Visual Studio 2017 15.5 was officially released! Performance is improved again

  • 2021-10-16 01:23:48
  • OfStack

Visual Studio 2017 version 15.5 has been officially released, along with Visual Studio for Mac 7.3. This update includes major performance improvements, new features and bug fixes. The Chinese version of the release notes has not been updated yet, so you can check the English version first. Some highlights are sorted out as follows:
Performance

Solution load times for large C # and Visual Basic projects are almost halved. The switching time between debugging and publishing is significantly reduced. It is faster to add, delete, and rename files and folders in the. NET Core project. Project templates should also be expanded faster now than before, and in the most exceptional cases, you can see improvements of up to 40 times.

The F # tool also has several performance improvements. The JavaScript/TypeScript text editor has added the "Parse only projects that contain files opened in the editor" check box under the Project Options page, which will improve the performance and reliability of large solutions. Note that when this box is selected, you will need to execute the solution to see the complete list of TypeScript errors in all files.

Diagnose

The Visual Studio debugger gets more functionality by adding backward debugging step-back debugging (also known as historical debugging). Backward debugging automatically creates a snapshot of your application at each breakpoint and debugger step you perform, allowing you to return to the previous breakpoint to see its status.

Docker and Continuous Deployment

The Docker container now supports multilevel Docker files. The Continuous Delivery feature makes it easy to configure Visual Studio Team Services to set CD to Azure App Service for the ASP. NET and ASP. NET Core projects.

Privacy management

Visual Studio adds features to help identify and manage database connection strings and Web service keys, among other things.
For more details, please refer to:
Visual Studio 2017 version 15.5 Release Notes:
https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes
Visual Studio for Mac 7.3 Release Notes:
https://www.visualstudio.com/en-us/news/releasenotes/vs2017-mac-relnotes
Download Visual Studio 2017 version 15.5:
https://www.visualstudio.com/downloads
Download Visual Studio for Mac 7.3:
https://www.visualstudio.com/downloads/?os=mac

For more information on Visual Studio 2017, please click on the topic "Visual Studio 2017 Tutorial"


Related articles: