VS 2010 found an option in the Architecture menu named "Create Dependency Graph".
It does great work except that it is not all or nothing - the end of all solution items is in the graph and it is very slow for our big solution.
I want to make a dependency graph by class, whose root is only one class that I specify.
Is it possible to create a query (DGQL) in the architecture explorer that emulates "create dependency graph", but where can I specify the root class?
Perhaps you can use the flexibility of the device of NDAP. Disclaimer: I'm one of the tools of the tool
I want to make a dependency graph by class, whose root is only one class that I specify. / P>
If you need to see the types of articles that use a class C , and then use these type of user types, and So with transit ... you need to ask about the types of user with Ndepad, and then export the result as graph.
Here is a large call graph generated by NDF (J):
All the solution items end in that graph and are very slow for our large solution.
With NDepend graph, the operation of the graph will be instantaneous, even if you are working with a large code base.
Comments
Post a Comment