Software update: Visual Studio 2022 17.5.3

Spread the love

Microsoft has released version 17.5.3 of Visual Studio 2022. This popular programming development environment, available for Windows and macOS, has useful options to make programming in Visual C++, Visual Basic, C#, F# and Python easier. The new version is fully 64bit and has a new simplified user interface. More information about version 17.5 is available this page from Microsoft. Since version 17.5.1, the following changes and improvements have been made:

Visual Studio 2022 version 17.5.3

Issues Addressed in this release

  • Removal of integrated Edge Developer Tools for ASP.NET web workload
  • Fixed ASAN performance regression regarding large amounts of threads accessing the same heap concurrently. Also, changed the windows_hook_legacy_allocators option default value to true.
  • MSVC C++ Toolset updated to 14.35.32216.01
  • While editing Razor files, add caching of some of the computed editing constructs to improve performance.
  • Fixes a bug where a MultiLine TextBox in a VB-WinForms Project gets deleted, when the Text property contains more than one line (which get separated by vbCrLf on code generation in InitializeComponent).
  • Fixes a bug where extremely large Forms or UserControls in the WinForms Out-Of-Process Designer take a very long time to save. Please note, that Forms/UserControls > 3,000 lines of code will be in certain cases differently formatted or not be subject to namespace/this (Me in Visual Basic) reduction. Consider refactoring parts of very big forms into dedicated UserControls, and use those UserControls inside bigger Forms for performance improvements and easier maintenance.
  • Fixes a bug where VB-Tick-Comments inside of InitializeComponent will now wrap correctly into individual lines, when a previous line ended with a quotation or a double-quotation character.
  • Fixes a bug where renaming a WithEvents defined Control field of the Code-behind Designer file in Visual Basic will no longer lead to multiply defined/handled events.

Developer Community Highlights

Visual Studio 2022 version 17.5.2

Issues Addressed in this release

  • Fixed a Razor compiler optimization bug in tag helper lookup that broke ViewComponent tag helpers in a number of cases.
  • This adds @bind:after support into the 17.5 release. This was originally added in 17.4 but was not correctly ported to the 17.5 code base.
  • In the All-In-One Search experience, the Preview Panel will be read-only for all results. We appreciate your patience as we work on ironing out details and fixing issues with the preview editing experience.
  • Updates to mingit and Git for Windows package to v2.39.2, which addresses CVE-2023-22490
  • Removal of integrated Edge Developer Tools for ASP.NET web workload

Developer Community Highlights

Version number 17.5.3
Release status Final
Operating systems Windows 10, Windows Server 2016, Windows Server 2019, Windows 11
Website Microsoft
Download https://www.visualstudio.com/downloads/
License type Paid
You might also like