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

If I use:

Architecture → Create Dependency Graph → By Class

it generates a graph for the whole solution.

Is there a way to get VS to generate a dependency graph only for classes from a specific project?

I tried to create only for a specific project using Architecture Explorer -> Create a new graph document from all the selected nodes (with and without ctrl ), but it only generates classes without a connection between them or classes associated with namespaces.

Thanks for your help!

+6
source share
2 answers

Try Resharper 8 ( http://www.jetbrains.com/resharper/ ), it has many functions regarding dependency graphs.

+3
source

uploading projects that you do not want to enable works in VS2012.

try in VS2010?

+1
source

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


All Articles