Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get automatic relationships in class diagram VS2017?

I need to create a UML class diagram for my .net core project. If I go to Class View - View Class Diagram, I get all of my classes, but there are no relationships and to do them by hand is a lot of work. How can it be done automatically?

enter image description here

like image 494
IntegerOverlord Avatar asked Nov 07 '22 05:11

IntegerOverlord


1 Answers

I think there is no automatic relationships in VS 2017 , you must right-click on the field and select Show As Collection Association. Check below image:

enter image description here

like image 162
Victor Manuel Avatar answered Nov 14 '22 21:11

Victor Manuel