Visual Studio 2022 version 17.11 brings significant performance enhancements. Notable improvements include reduced CPU usage for the C# language service by optimizing code indexing and source generator execution. The performance of conditional breakpoints in C++ has been enhanced by caching data and reducing unnecessary API calls, resulting in a 67% reduction in debugger overhead. Additionally, the C++ symbol search has been optimized using SQLite’s FTS5 search extension, making searches up to 65% faster.

5m read timeFrom devblogs.microsoft.com
Post cover image
Table of contents
Reduced CPU usage by C# language serviceImproved conditional breakpoint performanceOptimized Symbol Search for C++ language serviceShare your feedback and stay connected with Visual Studio!

Sort: