VS2010 has an option in the Architecture menu called "Create Dependency Graph".
It works great, except that it is all or nothing - all elements of the solution end on this graph and are very slow for our big solution.
I want to create a dependency graph for classes whose root is only one class that I specify.
Is it possible to create a query (DGQL) in an architecture explorer that emulates "Create a dependency graph", but where can I specify the root class?
source
share