我已经在我的电脑上安装了Visual Studio 2017 Enterprise和安装程序,还有一些可选的选项,比如"Class-Diagram“。我已经检查过了,但它不会显示在我的项目模板中。
编程语言: C#
版本VS 2017: 15.0.26228.9
版本VS安装程序:1.5.308.1
VS Installer - Class Diagram is checked and already installed (Screenshot)
On the left hand side, we can't find the category "Model Project" like in VS 2015
问候
发布于 2017-07-06 15:14:32
似乎“建模项目”功能已经从Visual Studio 2017中删除了。这里给出了原因https://blogs.msdn.microsoft.com/devops/2016/10/14/uml-designers-have-been-removed-layer-designer-now-supports-live-architectural-analysis/
发布于 2017-03-25 17:05:11
添加Visual Studio扩展开发了吗?
除了类设计器之外,还必须包括来自VS2017安装程序的Visual Studio扩展开发。
发布于 2019-11-04 21:55:57
如果您已经安装了上面提到的所有必需的东西,并且仍然没有从解决方案资源管理器中看到类图,请切换到类视图,然后您将看到"View Class Diagram“选项
https://stackoverflow.com/questions/43014352
复制相似问题