NikiforovAll / dependify

Explore project dependencies in .NET
https://nikiforovall.github.io/dotnet/2024/08/03/dependify.html
MIT License
50 stars 2 forks source link

Exclude projects #16

Open vip32 opened 2 months ago

vip32 commented 2 months ago

Make it possible to exclude some projects. For example (Unit)Test projects have references to many other projects and make the diagrams overly complex and unreadable due to so many dependencies.

NikiforovAll commented 2 months ago

There is a dependency explorer that allows us to achieve that.

Alternatively, we could add filter that supports globbing expressions, akin to vscode search filter

E.g: !**/*Tests.csproj