What's new in .NET 11 – Preview 4 docs update#53689
Draft
Copilot wants to merge 4 commits into
Draft
Conversation
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/681b9daf-dfab-48df-8ca2-bc39c78bfbf8 Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/681b9daf-dfab-48df-8ca2-bc39c78bfbf8 Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/681b9daf-dfab-48df-8ca2-bc39c78bfbf8 Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update what's new documentation for .NET 11 Preview 4
What's new in .NET 11 – Preview 4 docs update
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the four "What's new in .NET 11" articles and code snippets to cover the Preview 4 release. All
ms.datefields updated to 05/12/2026.Runtime (
runtime.md)runtime-async=on; covariantTask→Task<T>override support; crossgen2 inlining unlocked;DOTNET_RuntimeAsyncenv var removed (breaking change)SequenceEqual, bounds-check elimination after empty-span guard, redundant branch/test eliminationHalf↔float, better SIMD cost modeling, fasterDotProduct/IndexOfAnyAsciiSearcher, SVECreateWhileexpansion, new SVE2 feature detection, AVX10 detection fixComparer<T>.Default/EqualityComparer<T>.Defaultspecialized in R2R images (up to 20× speedup)Libraries (
libraries.md)Process.RunAndCaptureTextAsync,ReadAllLinesAsync,StartAndForget,ProcessStartInfo.StartDetached/KillOnParentExit,SafeProcessHandlelifecycle methods,InheritedHandlesBrotliEncoder/BrotliDecoderdouble/float/Halfround-trip via"X"format /NumberStyles.HexFloatUtf8.IndexOfInvalidSubsequence,Utf16.IsValidUtf8JsonWriter.ResetwithJsonWriterOptionsFixedWindowRateLimiterRetryAfter,ConfigurationIgnoreAttribute,MemoryCacheOTel metrics,UnionAttribute/IUnionscaffolding,MetadataLoadContext.GetLoadContext,ConsoleFORCE_COLOR, TLS hardening, HTTP/2 Windows-auth downgradeSDK (
sdk.md)dotnet watch: MAUI/mobile device selection; reliability fixes (TFM picker deadlock, Ctrl+R WebSocket, iOS Hot Reload)dotnet referencecurrent-directory fallback; launch-settings notice → stderr; Static Web Asset Groups; OpenTelemetry replaces AppInsights for CLI telemetry; NativeAOTdotnetCLI entry point (foundation); partial R2R for upstack toolingDotnetTools/-only assemblies)netstandard2.0Snippets
Added compilable examples for:
Process.RunAndCaptureTextAsync,ZLibEncoderspan API, floating-point hex, UTF validation,FixedWindowRateLimiterRetryAfter,Utf8JsonWriter.Reset.