Easy Dependency Diagrams OFFICIAL SALE

Features

Easy Dependency Diagrams allows you to create multiple kinds of diagrams of your C# project to examine the inner structures and dependencies. All of the following display modes are available in the tool:


  • Tree view. With Tree view, you can explore the structure of C# files like you would with folders in a regular file explorer.

  • Dependency view. This view displays all the classes (or namespaces) in the project in a nice formation, drawing lines between classes dependent on each other. It allows you to easily see the dependencies of specific classes.

  • Class diagram. Following UML notation, a class diagram displays different relationship types between classes. To keep the diagram's contents relevant, you can customize how far you want to see each type of relationship.

  • Composite structure diagram. Following UML notation, a composite structure diagram shows the parts of which a class consists.

  • Package diagram. Following UML notation, a package diagram displays the dependencies between packages (or namespaces in C#).

  • Component diagram. Following UML notation, a component diagram shows the dependencies between components (files) that the projects consist of.

Customization

You can customize the diagrams in multiple ways. Each type of diagram has different options shown in an info box, such as only showing connected elements or toggling the ability to reorder contents in the diagrams. In addition to diagram-specific customization, there is also a general settings window that can be opened from the top navigation bar. These settings allow you to change the general filtering of files and structures and exclude or include specific names or paths.


Completely offline

This tool does not require any runtime information, allowing you to generate any diagrams entirely offline. Coupled with not having big-picture meta information, some relationship types and values are educated guesses based on the available data.


SVG Export

From the top navigation menu, you can export the currently visible diagram in .svg vector format, which allows you to easily modify and share it further!


Feedback

We are always trying to improve our tools to make them as good as they can be, so we want to encourage you to send any feedback or questions to us via email at twounitssupp@gmail.com