Visual Studio项目的依赖关系图关系、项目、Visual、Studio

2023-09-02 11:49:29 作者:没有金箍棒就不要穿超短裙

目前,我正在迁移一个大的解决方案(〜70个项目)的VS 2005 + .NET 2.0 VS 2008 + .NET 3.5。目前,我有VS 2008 + .NET 2.0。

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.

现在的问题是,我需要一个移动项目之一,以新的.NET框架,确保没有.NET 2.0的项目引用.NET 3.5的项目。是否有任何工具,它会给我的项目依赖的一个不错的图形?

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?

推荐答案

你试过NDepend的?它会显示你的依赖,你也可以分析你的类和方法的实用性。

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

他们的网站:

http://ndepend.com