Visual Studio 2022 version 17.4.5 released


  • Staff
released February 14th , 2023

Issues Addressed in this release of 17.4.5​

  • Fixed a regression in the STL that could cause copies of std::string not to be null-terminated when linking objects produced by older versions of Visual Studio 2022 with those produced by Visual Studio 2022 version 17.4 or later.
  • Fixed a binary compatibility break in std::async() for programs built with VS 2015, which could lead to crashes caused by an invalid_operation exception reaching a noexcept function.
  • Fixed a regression in the STL that caused std::find or std::count to fail when searching for negative signed integral values in ranges of unsigned integral elements.
  • Fixed a bug where returned variables would sometimes not appear in the Watch or Locals window of Visual Studio during debugging.
  • Multiple statements in a single code block which contained nested calls to the compiler intrinsic function '__builtin_offsetof' could cause the C++ compiler to crash. To avoid the crash, un-nest the __builtin_offsetof intrinsic calls.
  • Local variables are displayed and evaluated in Locals and Watch windows when debugging Windows Forms constructors.
  • Fixed an issue where @bind:get, @bind:set, and @bind:after attribute modifiers were not recognized, causing design time errors.
  • Fixed the change signature refactoring bug called out in Exception in ChangeSignatureCodeRefactoringProvider after wrong automatic closing brace placement · Issue #65298 · dotnet/roslyn (github.com).
  • Fixed an issue where the terminal would cause a crash when no workloads were installed and the machine didn't have the C++ redistributable package installed.
  • Resolves a problem where VS might freeze when opening a XAML file.
  • Updated CPython interpreter to version 3.9.13.
  • Adds Xcode 14.2 support.
  • Updates .NET MAUI to 7.0.59 (SR3), see Releases · dotnet/maui for release notes.
  • Updates to mingit and Git for Windows package to v2.39.1.1, which addresses CVE-2022-41903
From Developer Community

Security Advisories Addressed​


Source:
 

Attachments

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