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!
A dependency graph is a data structure formed by a directed graph that describes the dependency of an entity in the system on the other entities of the same system. The underlying structure of a dependency graph is a directed graph where each node points to the node on which it depends.
You can view the project dependencies by selecting Build Dependencies\Project Dependencies from the context menu on a project in the solution explorer.
Try out Resharper 8 (http://www.jetbrains.com/resharper/) it has lot's of features regarding dependency graphs.
unloading the projects that you don't want included appears to work in VS2012.
try in VS2010?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With