Visualstudio-docs: Is the Class Designer not available in .NET Core?

Created on 11 Mar 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/visualstudio-docs

If it is available, it would be great to have some documentation about how to find it, because Add New Item doesn't show it in a .NET Core MVC project.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri1 product-question visual-studio-windowprod

Most helpful comment

I contacted the engineering team and the answer is that Class Designer is _not_ currently supported in .NET Core.

This issue is tracked here.

You may get some stuff to work today but not in a supported state.

To achieve this, edit a text or XML file with the _.cd_ extension, and replace its content with:

<?xml version="1.0" encoding="utf-8"?> 
<ClassDiagram MajorVersion="1" MinorVersion="1">   
  <Font Name="Segoe UI" Size="9" /> 
</ClassDiagram>

Credit

All 3 comments

@rlundy I contacted the engineering team and the answer is that Class Designer is not currently supported in .NET Core. You may get some stuff to work today but not in a supported state.

@gewarren, shame but thanks for your input!

I contacted the engineering team and the answer is that Class Designer is _not_ currently supported in .NET Core.

This issue is tracked here.

You may get some stuff to work today but not in a supported state.

To achieve this, edit a text or XML file with the _.cd_ extension, and replace its content with:

<?xml version="1.0" encoding="utf-8"?> 
<ClassDiagram MajorVersion="1" MinorVersion="1">   
  <Font Name="Segoe UI" Size="9" /> 
</ClassDiagram>

Credit

Was this page helpful?
0 / 5 - 0 ratings

Related issues

patrikhuber picture patrikhuber  Â·  4Comments

Crono1981 picture Crono1981  Â·  3Comments

tpodolak picture tpodolak  Â·  3Comments

realbart picture realbart  Â·  3Comments

ChrisMaddock picture ChrisMaddock  Â·  3Comments