Download Visual Studio 2022 17.4.5

Spread the love

Microsoft has released the fifth update for version 17.4.0 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.4 is available this page from Microsoft. This is the changelog for version 17.4.5:

Issues Addressed in this release

  • 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 https://aka.ms/dotnet-maui-releases for release notes.
  • Updates to mingit and Git for Windows package to v2.39.1.1, which addresses CVE-2022-41903

From Developer Community

Version number 17.4.5
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