Visual Studio 2022 version 17.6.4 released


  • Staff
released June 20th, 2023

Summary of What's New in this Release of Visual Studio 2022 version 17.6.4​

  • Fixed an issue where Saving a C++ file sometimes results in the IDE hanging.
  • Fixed an issue when "Show All Files" mode is set for a VC project sometimes results from files in those projects will be missing in GoTo and FindInFiles.
  • Fixed '__declspec(property) causes syntax errors with C++20 and /clr
  • Fixed a race condition in ASAN initialization causing crashes on start up
  • When multiple test projects are run in sequence, vstest.console can consume a lot of CPU because it is constantly polling for data from testhost that is started but not executing yet. This was mitigated by disabling testhost pre-start. This regression was introduced in 17.6.0.
  • Fixes a MessagingRemoteException when an XCFramework is involved in MAUI targeting iOS. Ref xamarin/macios#18308.
  • This version of Visual Studio includes Win App SDK 1.3.230502000. See Windows App SDK release channels - Windows appsfor more details.
  • Includes servicing update 10.0.22621.1778 for Windows SDK for Windows 11. See Windows SDK for details.
  • Fixed a bug where document tabs could accidentally undock into a floating window.
  • Fixes some Visual Studio crashes on Solution Close.
Developer Community Highlights

Source:
 

Attachments

  • Visual_Studio.png
    Visual_Studio.png
    8.9 KB · Views: 0
Back
Top Bottom