Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating class dependency diagram in Rider IDE

Tags:

c#

.net

rider

Does that feature exist there? How is it able to be used? Rider official docs was useless for me within that issue.

like image 579
anatol Avatar asked Oct 08 '18 05:10

anatol


People also ask

How do you show dependency in UML diagram?

You display class dependencies by using a dashed line with a pointed arrow that points from the client model element to the supplier model element. I think that how you provide the dependencies to the client is irrelevent at the UML level.

How do you check project dependencies in rider?

Open project dependency diagramChoose Tools | Architecture | Show Project Diagram from the main menu or right-click anywhere in the Solution Explorer and choose Tools | Show Project Diagram. The project dependency diagram follows your solution structure, and starts by showing all top-level items in your solution.


1 Answers

UPDATE:

Now the Project Diagram feature is fully supported in Rider 2020.3.

As for the class dependency feature, it is still under development.

OLD ANSWER:

posting this in case someone reached here while searching in google:

according to the jetbrains team:

the “Project Diagram” feature, which builds a diagram of dependencies between projects in a solution, is ready for a private review in a custom build of Rider 2020.3

Please, keep in mind that the 2020.3 branch is under active development now, and things may not work as expected, have bugs, and some plugins won't be compatible with such custom build

you can find download links here

like image 115
Hoshani Avatar answered Sep 21 '22 09:09

Hoshani