教一跨行同事学C#,我想从基础的讲一下,也就是最基本的面象对象分析与设计(OOAD),我直接打开我最新安装的 visual studio 2017。准备建一个“建模项目”。结果发现死活找不到?打开一个老项目也无法生成UML图?果断Google之

在这里:https://docs.microsoft.com/en-us/visualstudio/porting/port-migrate-and-upgrade-visual-studio-projects,找到如下描述:

If you allow Visual Studio to update the project automatically, you can open it in Visual Studio 2015, Visual Studio 2013, or Visual Studio 2012.

The format of the modeling project has not changed between Visual Studio 2015 and Visual Studio 2017 and the project can be opened and modified in either version. However, there are differences in behavior in Visual Studio 2017:

    • Modeling projects are now referred to as “Dependency Validation” projects in the menus and templates.
    • UML diagrams are no longer supported in Visual Studio 2017. UML files are listed in the Solution Explorer as before but will be opened as XML files. Use Visual Studio 2015 to view, create, or edit UML diagrams.
    • In Visual Studio 2017, validation of architectural dependencies is no longer performed when the modeling project is built. Instead, validation is carried out as each code project is built. This change does not affect the modeling project, but it does require changes to the code projects being validated. Visual Studio 2017 can automatically make the necessary changes to the code projects (more information).

还有这篇:https://blogs.msdn.microsoft.com/visualstudioalm/2016/10/14/uml-designers-have-been-removed-layer-designer-now-supports-live-architectural-analysis/

好吧,只能坐等大神扩展了,这么好的功能尽然移出了?

最新文章

  1. 【USACO 3.1】Stamps (完全背包)
  2. qt 工具下的dump工具导出文档出现异常解决方案
  3. 习课的redis配置记录
  4. SSM框架学习之高并发秒杀业务--笔记2-- DAO层
  5. iOS-UIView category
  6. ios 给uiview创作遮罩
  7. Unity3d各平台资源路径文件夹
  8. LinearLayout属性baselineAligned的作用及baseline
  9. [000]socket通信--server和client实现的简单例子
  10. Bind Enum to ListControl
  11. java String字符串进行排序
  12. if简单的写法之范围
  13. 人工智能二:TensorFlow环境搭建
  14. C#Npoi
  15. Android 网络框架 OKHttp3
  16. 一些简单二分题,简单的hash,H(i),字符串题
  17. Python 编程核心知识体系-文件对象|错误处理(四)
  18. iOS runtime实用篇--和常见崩溃say good-bye
  19. FlatBuffers初探
  20. 获取 iOS APP 内存占用的大小

热门文章

  1. Codeforces Round #114 (Div. 1) C. Wizards and Numbers 博弈论
  2. iOS 系统原生分享图片 文字 音乐 纯视频 网页
  3. NServiceBus入门:发送一个命令(Introduction to NServiceBus: Sending a command)
  4. HDU 4417 Super Mario(划分树)
  5. redis节点管理-节点的移除
  6. IIS整合tomcat
  7. [Linux] ubuntu 软件安装必须看的网址
  8. 关于Java代码优化的44条建议!
  9. 某公司java面试经历
  10. iOS:导航控制器侧滑出栈实现