依赖图类似于 VS 2010 Ultimate?

发布于 2024-10-15 16:29:56 字数 438 浏览 5 评论 0原文

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

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

我期望工具具有以下功能:

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

请推荐已知擅长某些领域的工具列出的点。

I'm looking for a visualization tool for net code dependency graphs similar to Dependency Graphs feature of VS 2010 Ultimate.
http://msdn.microsoft.com/en-us/library/ee847415.aspx

Since VS 2010 Ultimate is not available on my project, i'd like to use a similar third party tool, preferably an open-source.

The features i expect from a tool are:

  • Dependencies in multiple assemblies
  • Visualization
  • Filtering
  • Navigation
  • Detalization levels (assembly, namespace, class/interface, member)
  • Go to sourcecode (preferrably a VS2008 integration)

Please recommend the tools known to be good at some of the points listed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

美煞众生 2024-10-22 16:29:56
  • 多个程序集中的依赖关系
  • 可视化
  • 过滤
  • 导航
  • 详细化级别(程序集、命名空间、类/接口、成员)
  • 转到源代码(最好是 VS2008 集成)

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

这是详细介绍 NDepend Graph 的文档

在此处输入图像描述

NDepend 还有一个 依赖结构矩阵 这将有助于挖掘更复杂的图表
在此处输入图像描述

  • Dependencies in multiple assemblies
  • Visualization
  • Filtering
  • Navigation
  • Detalization levels (assembly, namespace, class/interface, member)
  • Go to sourcecode (preferrably a VS2008 integration)

Indeed, I confirm, NDepend has all of them (I am the NDepend lead dev).

Here is the documentation detailing NDepend Graph in details

enter image description here

NDepend has also a Dependency Structure Matrix that will help dig ino more complex graph
enter image description here

流云如水 2024-10-22 16:29:56

NDepend 拥有所有这些以及更多功能,但既不是免费的也不是开源的。

NDepend has all that and more, but is neither free nor open source.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文