bricelam / EFCore.VisualStudio

Entity Framework Core Tools for Visual Studio
3 stars 0 forks source link

Model Visualizer #2

Open bricelam opened 8 years ago

bricelam commented 8 years ago

Officially tracked by aspnet/EntityFramework#1027

I started playing with this a little bit...

image

bricelam commented 7 years ago

A quick-and-dirty implementation to get something out there might be a simple View Class Diagram command that pulled in all the classes of the model and showed Associations for navigation properties.

image

ErikEJ commented 6 years ago

I have used DGML for this in EF Core Power Tools