Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 684 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 684 Bytes

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