[Built-in analyzer] Reference item points to the output of a project #9888
Closed
Labels
Area: BuildCheck
BuildCheck Suggestion
Suggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'
triaged
Background
This issue tracks one of the BuildCheck analyzers we would like to ship in-box with MSBuild.
Goal
Implement an analyzer with the following rule:
Reference
items are not allowed to reference outputs of projects that are part of the build.Notes
When one project depends on another, the
ProjectReference
item should be used to codify the relationship. It is generally incorrect to use aReference
for this purpose.The text was updated successfully, but these errors were encountered: