Spyke

Looking for a tool to map out references between projects.

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?

View original on lemmy.world

Resharper can do this:

Extensions -> Resharper -> Architecture -> Show Project Dependency Graph

3

You reached the end

Looking for a tool to map out references between projects. | Spyke