top of page

Can't open your class diagrams within .Net Core/Standard projects in Visual Studio 2017?

Here is a solution. Open your project file in a text editor and add the following item group to it:

  <ItemGroup>

    <ProjectCapability Include="CSharp;Managed;ClassDesigner" />

  </ItemGroup>

Reload the project in VS2017 and try opening the class diagrams again.

 
Single post: Blog_Single_Post_Widget

Address

FRUITLAND, ID 83619, USA

Contact

+1.425.894.6111

Follow

  • Facebook
  • Twitter

©2017 by Wide Spectrum Computing LLC. Proudly created with Wix.com

bottom of page