nkolev92 / DependencyVisualizer

A tool to help you visualize the dependencies in your .NET project
MIT License
2 stars 1 forks source link

Handle the scenario where the `projectName` does not equal the project file #6

Closed nkolev92 closed 1 year ago

nkolev92 commented 1 year ago

Say you have 2 projects, P1 -> P2.

Say P2 sets <PackageId>SomethingDifferent</PackageId>

Generating the graph would fail because we can't figure out the exact project reference as the targets section and the spec is different.