How to generate dependency graph by class only for one project?

1.5k views Asked by At

If I use:

Architecture -> Generate Dependency Graph -> By Class

it generates the graph for the entire solution.

Is there a way to cause VS to generate the dependency graph only for classes from a certain project?

I tried generating only for a certain project using Architecture Explorer -> Create a new graph document from all the selected nodes (with and without having ctrl pressed) but it only generates either classes with no connection between them or classes connected to namespaces.

Thanks for your help!

2

There are 2 answers

0
Maslow On

unloading the projects that you don't want included appears to work in VS2012.

try in VS2010?

1
Kocsis Zoltán On

Try out Resharper 8 (http://www.jetbrains.com/resharper/) it has lot's of features regarding dependency graphs.