Visio 中的项目依赖关系图
我正在寻找一种工具,可以在 Visio 中生成程序集/项目依赖关系图(或尽可能接近),以帮助我将系统的一些部分分解为更易于管理的主干。
包含/排除非项目依赖项的能力是必须的(即包含/排除 System.assemblies)。
I'm looking for a tool that will generate an assembly/project dependency diagram in Visio (or as close as possible) to assist me with breaking up some of our system into more manageable trunks.
The ability to include/exclude non-project dependencies is a must (i.e. include/exclude System. assemblies).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 ReSharper。 (我与该产品或公司无关,但它为依赖行走提供了许多不错的功能)。
您还可以尝试使用 SysInternal 工具集(现在来自 Microsoft)的 Depends.exe。
jetbrains 的 ReSharper
Try ReSharper. (I'm not associated with the product or company, but it provides many nice features for dependency walking).
You can also try the Depends.exe with the SysInternal toolset - now from Microsoft.
ReSharper by jetbrains
Visio 能够根据您的解决方案对 UML 进行逆向工程。 您可以在此处找到更多信息。 然而,我不清楚您是否可以包含 .Net 程序集,因为它们并不真正包含在您的解决方案中。
Visio has the ability to reverse engineer UML from your solution. You can find more information here. It's not clear to me whether you can include the .Net assemblies, however -- since they are not really in your solution.
UML 类模板/形状在这里应该很有帮助,您可以使用“包”对象并将关系与多条线连接起来以供选择
UML Class template/shapes should be helpful here, you can use the "package" object and connect the relationships with a number of lines to choose from