Visual Studio 2022 version 17.7.5 released


  • Staff

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

  • This fixes an issue where the configuration that was selected in previous Visual Studio sessions wasn't being restored.
  • The CMake cache no longer generates automatically when "Never run configure step automatically" is selected in the settings.
  • Fixed C++ modules bugs and added several modules throughput improvements. When using LTCG (/GL), in certain rare cases, the compiler could fail to realize that a global variable might be modified during program execution and instead incorrectly conclude it's constant, and improperly propagate it's initial value to locations where the global variable is used.
  • Updates .NET 7 MAUI to SR8. Fixes an issue where MAUI apps cannot compile with Xcode 15 when Linker was disabled. For full release notes please visit: Releases · xamarin/xamarin-macios
  • Fixed several issues related to display DPI changes that could result in a crash or hang.
  • Fixed an issue where opening a folder would cause an error related to "Process Telemetry" to be displayed if certain Visual Studio Workloads or Individual Components are not installed.

Developer Community​


Source:
 

Attachments

  • Visual_Studio.png
    Visual_Studio.png
    8.9 KB · Views: 0

Latest Support Threads

Back
Top Bottom