Dependency graph of Visual Studio projects

前端 未结 16 2334
鱼传尺愫
鱼传尺愫 2020-11-28 17:42

I\'m currently migrating a big solution (~70 projects) from VS 2005 + .NET 2.0 to VS 2008 + .NET 3.5. Currently I have VS 2008 + .NET 2.0.

The problem is that I need

16条回答
  •  醉话见心
    2020-11-28 18:08

    Update: ReSharper since version 8 has built-in 'View Project Dependencies' feature.

    ReSharper version < 8 has Internal feature to show dependency graphs in using yFiles viewer. See quick manual in the bottom of the post.

    enter image description here

    Howto

    1. Install yEd tool from here.
    2. Run VS with /resharper.internal command line argument.
    3. Go to ReSharper/Internal/Show Dependencies.
    4. Specify projects that you want to include to the 'big picture'.
    5. Uncheck 'Exclude terminal nodes...' unless you need it.
    6. Press 'Show'.
    7. Use hierarchical layout in yEd (Alt+Shift+H)
    8. Provide feedback =)

提交回复
热议问题