Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View Class Diagram Missing

In Visual Studio 2015, the view option is missing class diagram as represented in the following image. enter image description here I have tried Enterprise Architect but that software is unable to detect C# 6 syntax. For example whenever there's public static String readonlyText => "123";, it skips the class.

What's the solution to generate class diagram based on ASP.Net Core code?

like image 300
Arnold Zahrneinder Avatar asked Sep 06 '25 07:09

Arnold Zahrneinder


1 Answers

In Class View (Ctrl+Shift+C) Right click a namespace or class, and you should see the 'View Class Diagram' option. Useless tho, nothing happens when you click it.

like image 91
Elmer Ortega Avatar answered Sep 09 '25 20:09

Elmer Ortega