Search code examples
.netvisual-studiomigrationgraphdependencies

Dependency graph of Visual Studio projects


I'm currently migrating a big solution (~70 projects) from VS 2005 + .NET 2.0 to VS 2008 + .NET 3.5. Currently I have VS 2008 + .NET 2.0.

The problem is that I need to move projects one by one to new .NET framework ensuring that no .NET 2.0 project references .NET 3.5 project. Is there any tool that would give me a nice graph of project dependencies?


Solution

  • Have you tried NDepend? It'll shows you the dependencies and you can also analyze the usability of your classes and methods.

    Their website:

    http://ndepend.com