How can I build a 'dependency tree diagram' from my .NET solution

后端 未结 5 497
忘了有多久
忘了有多久 2020-12-31 12:51

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

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 13:48

    In addition to NDepend, you can also try this addin for Reflector for showing assembly dependency graph.

提交回复
热议问题