C# 代码的依赖关系矩阵
当我在我的应用程序上尝试时,VS 2010 的依赖矩阵使 VS 2010 崩溃! 有人知道一个具有可靠依赖矩阵的优秀 VS 插件吗?
The dependency matrix of VS 2010 crashes VS 2010 as soon a I try it on my application!
Anyone knows a good VS addin with a solid dependency matrix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NDepend 工具集成在 VS 2012、2010 和 2008 中,并附带一个可扩展的依赖关系矩阵即使在非常大的代码库上也是如此。 免责声明:我是该工具的开发人员之一
此外,此依赖关系矩阵可以与 NDepend 的依赖关系图功能进行互操作:
The tool NDepend is integrated in VS 2012, 2010 and 2008 and comes with a Dependency Matrix that scales even on very large code base. Disclaimer: I am one of the developers of this tool
Also, this Dependency Matrix can interoperate with the NDepend's Dependency Graph capabilities: