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

后端 未结 5 520
忘了有多久
忘了有多久 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条回答
  •  不思量自难忘°
    2020-12-31 13:31

    NDepend comes with an interactive dependency graph coupled with a dependency matrix. You can download and use the free trial edition of NDepend for a while.

    More on NDepend Dependency Graph enter image description here

    More on NDepend Dependency Matrix: enter image description here

    Disclaimer: I am part of the tool team

提交回复
热议问题