How to find all dependencies of a .NET project?

后端 未结 8 597
一个人的身影
一个人的身影 2020-12-08 10:42

Basically, what I need is something like Dependecy Walker, but it should work with .NET applications. Is there anywhere such tool?

相关标签:
8条回答
  • 2020-12-08 11:39

    For .NET 4, check our CheckAsm: http://www.amberfish.net/

    0 讨论(0)
  • 2020-12-08 11:39

    NDepend is the .NET tool specialized in dependencies management and visualization. The tool proposes both a dependency graph and a dependency matrix. A free trial of the tool is available here. Here are 2 screenshots of the dependency graph followed by the dependency matrix:

    NDepend dependency graph NDepend dependency matrix

    0 讨论(0)
提交回复
热议问题