Visual Studio 2022 17.11 Preview 1: Pull Requests, Debugging, Profiler and More Improvements
Briefly

Features added include creating pull request drafts, starting descriptions with templates, using default pull request templates for GitHub and Azure DevOps, and improving debugging experience for asynchronous code in frameworks like ASP.NET.
Changes to default keyboard shortcuts, such as adding Ctrl+/ for line comment toggling, and introducing Ctrl+Shift+P for Feature Search, familiar to VS Code users, were implemented.
The Visual Studio Debugger now automatically breaks when an async Task method throws exceptions back to the framework code, facilitating issue identification in ASP.NET applications for quicker debugging cycles.
Enhancements were made to the Visual Studio profiler, offering continuity in profiling sessions by remembering target selection across runs and providing auto-decompilation for .NET libraries without source code.
Read at InfoQ
[
|
]