MsBuildProjectReferenceDependencyGraph icon indicating copy to clipboard operation
MsBuildProjectReferenceDependencyGraph copied to clipboard

Request: Optionally Show the Full Path to the Projects

Open aolszowka opened this issue 5 years ago • 0 comments

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 file name of the project, this has severe limitations if the file names are reused at different depths.

This was never encountered in the project because this is also a limitation of the Solution File Format (and therefore would not have been possible off of a single solution). In fact https://github.com/aolszowka/MsBuildFindDuplicateProjectFileNames was written to identify this issue and resolve it.

However as the use of this Dependency graph continues to grow it is useful to know what the full path is to the projects in question.

aolszowka avatar Aug 28 '20 19:08 aolszowka