bjorkstromm / depends

Tool for generating dependency trees for .NET projects
MIT License
556 stars 43 forks source link

tool searches only for .csproj, other project file types need to specified explicitly #8

Closed ma3yta closed 5 years ago

ma3yta commented 5 years ago

image

bjorkstromm commented 5 years ago

Sorry, cli searches explicitly for .csproj

https://github.com/mholo65/depends/blob/df748370034b1858e711652e5304859bceb41dc5/src/Depends/Program.cs#L55

A workaround is to specify the path to your project file, e.g:

dotnet depends MyFunc.fsproj

I tested quickly, and it seems to work with F# projects as well. You would probably also encounter same issue with a VB.NET project as well.

bjorkstromm commented 5 years ago

Fixed by 5a49e64e1c4fef477df22d5b56ec551df9d9df50