How can I build a #39;dependency tree diagram#39; from my .NET solution(如何从我的 .NET 解决方案构建“依赖关系树图)
问题描述
我可以从 Visual Studio .NET 项目中轻松查看单个项目引用的项目和 dll.
I can get easily see what projects and dlls a single project references from within a Visual Studio .NET project.
是否有任何应用程序或使用反射可以为我构建完整的依赖关系树,我可以使用它来绘制依赖关系的图形图表?
Is there any application or use of reflection that can build me a full dependency tree that I can use to plot a graphical chart of dependencies?
推荐答案
除了NDepend,你也可以试试这个插件Reflector 用于显示程序集依赖图.
In addition to NDepend, you can also try this addin for Reflector for showing assembly dependency graph.
这篇关于如何从我的 .NET 解决方案构建“依赖关系树图"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何从我的 .NET 解决方案构建“依赖关系树图"
基础教程推荐
- 如何激活MC67中的红灯 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- rabbitmq 的 REST API 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01