How do I automatically get a list of dependencies of a single .NET (C#) class with direct and indirect dependencies but excluding classes from 3rd party libraries?
I've tried VS and NDepend. With VS's Generate dependency graph it doesn't allow to pick a single class and I get a huge unmanageable graph with NDepend it includes dependencies from 3rd party libraries and I've not found an option to exclude those and keep the diagram at class level it forces me to switch to namespace or assembly level.