bjorkstromm / depends

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

Handle references with Version in their name #27

Closed slang25 closed 2 years ago

slang25 commented 2 years ago

This tool is super cool, thanks for build it!

I'm running into an InvalidOperationException due to a project I have that depends on System.Diagnostics.FileVersionInfo, the current code will incorrectly try to parse a version number from the assembly name.