.net - 类似于 VS 2010 Ultimate 的依赖关系图?

标签 .net dependencies uml code-visualization

我正在寻找一种类似于 VS 2010 Ultimate 的依赖图功能的网络代码依赖图可视化工具。 http://msdn.microsoft.com/en-us/library/ee847415.aspx

由于 VS 2010 Ultimate 在我的项目中不可用,我想使用类似的第三方工具,最好是开源的。

我期望从工具中获得的功能是:

  • 多个程序集中的依赖
  • 可视化
  • 过滤
  • 导航
  • 细化级别(程序集、命名空间、类/接口(interface)、成员)
  • 转到源代码(最好是 VS2008 集成)

请推荐已知擅长所列某些方面的工具。

最佳答案

  • 多个程序集中的依赖
  • 可视化
  • 过滤
  • 导航
  • 细化级别(程序集、命名空间、类/接口(interface)、成员)
  • 转到源代码(最好是 VS2008 集成)

确实,我确认,NDepend 拥有所有这些(我是 NDepend 的首席开发人员)。

这是详细说明 NDepend Graph 的文档详情

enter image description here

NDepend 还有一个 Dependency Structure Matrix这将有助于挖掘更复杂的图形 enter image description here

关于.net - 类似于 VS 2010 Ultimate 的依赖关系图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4884726/

相关文章:

c# - 可以直接从代码生成类图的程序

uml - Enterprise Architect 将类元素设置为弃用

maven - Maven的聚合模型如何遵守其依赖机制?

android - 找不到参数的方法 implementation()。错误

java - 找出依赖发行者

uml - 复合状态的多个触发事件

.net - 递归泛型类型的实例化速度越慢,嵌套越深。为什么?

c# - 使用类类型列表(或类似概念)来限制有效输入

.net - C# 中的 Settings.settings 用于连接字符串

c# - TFS 2010 : how to retrieve a deleted file?