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 解决方案构建“依赖关系树图"


- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01