visual studio 2010: dependency graph

前端 未结 5 1573
萌比男神i
萌比男神i 2021-02-08 14:32

I have VS 2010 professional edition. What can I do to use \"Dependency Graph\". I do not have \"architectural\" edition. Is there a FREE plugin that I could use. If not, are the

5条回答
  •  野的像风
    2021-02-08 15:18

    The NDepend tool does both dependency graph and dependency matrix (objectively 100x faster than VS2010 graph actually) but it is not free.

    However you can download and use free trial for a while. And if you are working on an OSS project, contact us and we'll be happy to sponsor your OSS project with a free license (I am part of the tool team):

    More on NDepend Dependency Graph enter image description here

    More on NDepend Dependency Matrix: enter image description here

提交回复
热议问题