MsBuildProjectReferenceDependencyGraph icon indicating copy to clipboard operation
MsBuildProjectReferenceDependencyGraph copied to clipboard

UrlDecode project paths and add error handling

Open neraath opened this issue 4 years ago • 0 comments

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 allow our projects to work correctly.

Adding error handling for paths that cannot be found, but allow the rest of the digraph to be generated.

neraath avatar Apr 08 '21 21:04 neraath