Uh oh!
There was an error while loading. Please reload this page.
Add runtime.md for .NET 11 Preview 2 - #10268
Conversation
jongalloway
commented
Mar 6, 2026
🚨 Please update these release notes for the March 10 release. If there’s nothing to announce for your area in this release, please comment here or close the PR. @richlander |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ### ThreadPool semaphore fixes and LIFO unification | ||
| Fixes an exponential backoff initialization bug in threadpool spinning and unifies the Windows/Unix LIFO waiting policy with adaptive spinning. Touches both CoreLib managed code and NativeAOT runtime. ([dotnet/runtime #123921](https://github.com/dotnet/runtime/pull/123921)) |
| > **Note:** Exception stack traces (`catch (Exception ex) { Console.WriteLine(ex); }`) already look the same with or without runtime async, thanks to existing `ExceptionDispatchInfo` cleanup in the compiler-generated code. The improvement is in what you see *during* execution. | ||
| ### Debugging improvements |
There was a problem hiding this comment.
The VS side of debugger changes has not yet merged. Should we wait to highlight this stuff until then?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Please update the release notes here as needed for Preview 2.
/cc @richlander