Skip to content

Soloplan/ItDepends

Repository files navigation

ItDepends

A dependency analyzer tool for C#

WinForms output

You can hover over a project to see its dependencies. You can click on a project to highlight its connections to other projects. By pressing ALT before the hint appears, the hint will only show "migration blockers", aka referenced projects that only target full framework.

Colors

  • white: .Net 4.7.2
  • pale green: .Net 6
  • beige: .Net Standard
  • light coral: binary reference
  • light sky blue: package reference

Shapes

  • trapezium: binary or package reference

Graphviz output

Colors

  • black: project reference
  • blue: nuget package reference
  • red: binary reference

Shapes

About

A dependency analyzer tool for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages