VS 2019 16.11正式发布 新功能(Hot Reload 热重载)试用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VS 2019 16.11正式发布 新功能(Hot Reload 热重载)试用相关的知识,希望对你有一定的参考价值。
参考技术AVS 2019 16.11已于2021.8.10正式发布。(https://devblogs.microsoft.com/visualstudio/visual-studio-16-11/)
这个版本主要包括以下内容:
其中,我们最感兴趣的是热重载功能。
热重载由“编辑并继续”(EnC)机制提供支持,在不需要停止在代码断点或者重启应用程序的情况下,就可以对代码进行修改,并可以立即看到代码修改的效果。
热重载目前支持WPF, Windows Forms, ASP.NET Core, Console等类型的应用程序。
以ASP.NET Core API应用为例。
以前,如果在调试状态下,修改一行代码,刷新页面不起作用,必须重启应用才能生效:
现在,只需点击工具栏中“ 应用代码更改 ”按钮就可以立即应用它们:
需要注意的是,热重载并不是所有类型的编辑都支持。下面是部分支持或不支持的内容的列表:
元素操作是否支持 添加方法、字段、构造函数等添加或修改否 async/await表达式添加或修改是 动态对象添加或修改否 lambda表达式添加或修改是 LINQ表达式添加或修改是
热重载通过减少开发人员构建/重新启动应用程序的时间,能够提高我们的工作效率!
Command Line 1
1. PWD shows the current folder you are working on.
2. Type cd / to go to the root dictionary.
3. Absolute route (cd /home/dq) vs. relative path (cd home).
4. Type whoami to check the current username.
5. Type cd ~ to go back to the user folder.( home directory)
6. Type mkdir test to create a test folder in the current directory.
7. -v is an opinion of a command, and the function is to show the detail of the command.
8. mkdir --help is to understand all the possible opinions of mkdir
9. ls is to show all the directory, ls -l is to show all the detailed directory.
10. We use rmdir to delete the dirtectory.
11. touch test.txt is to create a file named test.txt. touch command can also updata/modify files.
12.
以上是关于VS 2019 16.11正式发布 新功能(Hot Reload 热重载)试用的主要内容,如果未能解决你的问题,请参考以下文章
Visual Studio 2022 Preview 3和2019 16.11发布