依赖图类似于 VS 2010 Ultimate?
我正在寻找一个类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事实上,我确认,NDepend 拥有所有这些(我是 NDepend 的首席开发人员)。
这是详细介绍 NDepend Graph 的文档
NDepend 还有一个 依赖结构矩阵 这将有助于挖掘更复杂的图表
Indeed, I confirm, NDepend has all of them (I am the NDepend lead dev).
Here is the documentation detailing NDepend Graph in details
NDepend has also a Dependency Structure Matrix that will help dig ino more complex graph
NDepend 拥有所有这些以及更多功能,但既不是免费的也不是开源的。
NDepend has all that and more, but is neither free nor open source.