Direct and transitive reference to project causes warning error on dependencies node #5335
Labels
Feature-Dependency-Node
"Dependencies" node in Solution Explorer that display project, binary & package references
Triage-Approved
Reviewed and prioritized
Milestone
Migrated from AB#967428.
Visual Studio Version: 15.9.15 onwards (possibly earlier)
Summary:
If a project references another project both directly and indirectly (transitively) then the direct project reference appears with a warning icon.
Steps to Reproduce:
ClassLibrary1
referenceClassLibrary2
ClassLibrary2
referenceClassLibrary3
ClassLibrary1
toClassLibrary3
and save the projectExpected Behavior:
No warning.
Actual Behavior:
Warning.
User Impact:
Confusion. Not a very likely scenario as the bug has existed for a long time and we've only just had it reported.
The text was updated successfully, but these errors were encountered: