I have a repo with a bunch of C# projects in it, probably a couple dozen. These projects are shared between maybe seven applications.

I’m looking for a tool that can map out these projects, starting with the application startup projects and draw connections between them showing which projects are referenced and used by what other projects.

Does something like that exist?

  • coehl@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    If any of your devs are on the Rider hype train (no judging, I am too), there’s a built in tool for this which can be found in the solution explorer and right clicking a project for a dependency view.

    For the visual studio devs, the other comment provides something similar.