bjorkstromm / depends

Tool for generating dependency trees for .NET projects
MIT License
537 stars 41 forks source link

Correct relative project path argument #6

Closed MattLavalleeMA closed 5 years ago

MattLavalleeMA commented 5 years ago

A relative project path can be successfully validated, but fails in Buildalyzer.Analyze because it's expecting a full path when building a URI. The fix checks whether the resolved path differs from what's passed and, if it exists, replaces the relative with an absolute.

bjorkstromm commented 5 years ago

@MattLavalleeMA thank you for your contibution! And sorry for the late review :smile: