MsBuildProjectReferenceDependencyGraph icon indicating copy to clipboard operation
MsBuildProjectReferenceDependencyGraph copied to clipboard

Utility to take a MsBuild Project File and generate a DOT Graph of all its ProjectReference Elements

Results 5 MsBuildProjectReferenceDependencyGraph issues
Sort by recently updated
recently updated
newest added

Not sure if this is a bug in this software, or a failure on the MSBuild side to correctly process the distinction, but utilizing C++ Shared Projects results in orphaned...

We have a solution that has > 1500 projects that we're trying to assess how to break up. Due to the nature of how the solution and references are put...

This pull request adds UrlDecoding for paths that have %20 in the path. Surprisingly, our msbuild works just fine with this limitation, but this utility needs this helpful hint to...

**The Short** Optionally provide the ability to show the full path of the project in the graph. **The Long** Historically this project has truncated the output to have only the...