Kurz notiert: Microsoft hat gestern Abend Visual Studio 2022 auf die Version 17.0.2 aktualisiert. In dieser Version wurden einige Korrekturen vorgenommen. Also ein Wartungsupdate.
Für Windows 11 Nutzer interessant, dass wenn das Windows-Terminal als Standard festlegt ist, konnte das Debuggen einer Konsolenanwendung nicht ordnungsgemäß beendet werden und verhinderte künftige Starts. Python 3.7.8 wurde aufgrund einer Sicherheitslücke entfernt und durch Python 3.9.7 ersetzt.
Die weiteren Änderungen könnt ihr euch hier durchlesen.
Visual Studio 2022 17.0.2 mit einigen Korrekturen
Visual Studio 2022 version 17.0.3
Fixed a crash in the Web Forms Designer
Fixed an issue where CSS completion for !important would insert text at the wrong location in HTML or Razor files.
Fixed a regression with Xamarin.Forms XAML Hot Reload conflicting with libraries that shared similar dependencies, such as SignalR. Xamarin.Forms XAML Hot Reload should now be able to interoperate no matter what is loaded in your application.
Fixed an issue where Project Overview Pages, Diagnostic Tools or Performance Profiler windows would sometimes be blank.
Fixed an issue in razor file editing where the cursor would sometimes jump to a different location mid-typing.
https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.0.3.0
Visual Studio 2022 version 17.0.5
Addressed occasional instance where VSInstr would not exit when instrumenting a binary with volatile metadata causing Instrumentation Profiling to fail.
Fixed the problems where link.exe occasionally crashes or hangs when producing PDB along with binary.
Fixed a bug in C++ Concurrency::parallel_for_each that was crashing the calling process due to integer overflow.
Fixed a bug in ATL’s CString comparisons under C++20 and C++Latest language modes.
Fixed a crash during the execution of a PGI-ed binary on arm64 and arm64ec when a large number of pogo probes were used.
Fixed an issue were optimizing very large functions could generate incorrect code.
https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.0.5