Is it possible to create a dependency graph using the architecture explorer?

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?

+3
source share
1 answer

, NDepend , . :

, - , .

, , C, , , .. ... NDepend , .

, NDepend ( ):

call graph

.

NDepend , .

0

Source: https://habr.com/ru/post/1755421/


All Articles