SharedOutputPathCheck should populate precise locations (uses EvaluatedPropertiesCheckData)
Open
Area: BuildCheck
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
### Context
https://github.com/dotnet/msbuild/blob/5fab936eeb1a112eb4fb3e611818d33d70238903/src/Build/BuildCheck/Analyzers/SharedOutputPathAnalyzer.cs#L82-L83
The analyzer works from BuildEventArgs that do not have locations info available.
We either need to special case handle `OutputPath` and `IntermediateOutputPath` for the purpose of this analyzer, or - better - have a general way of transmmitting or fetching locations for properties transmitted via `BuildEventArgs`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.