Skip to content

Update What's New in .NET 11 for RC 1 - #55904

Open
gewarren with Copilot wants to merge 6 commits into
mainfrom
copilot/update-whats-new-docs-11-rc1
Open

Update What's New in .NET 11 for RC 1#55904
gewarren with Copilot wants to merge 6 commits into
mainfrom
copilot/update-whats-new-docs-11-rc1

Conversation

Copilot AI commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Updates the .NET 11 What's New documentation with RC 1 runtime, library, SDK, and C# changes.

  • Overview

    • Summarizes the RC 1 additions across the runtime, libraries, and SDK.
  • Runtime

    • Documents expanded Half support and cross-platform in-process crash reporting.
  • Libraries

    • Covers process signaling, JSON serialization, cryptography, compression, networking, and numeric APIs.

    • Adds focused examples, including process signaling:

      using Process process = Process.Start("sleep", "30")!;
      process.Signal(PosixSignal.SIGTERM);
      ProcessExitStatus status = process.WaitForExitStatus();
  • SDK

    • Documents mobile testing, affected-test selection, reproducible containers, Native AOT reuse, and CLI updates.
  • Source mapping

    • Adapts runtime, library, SDK, and C# content from the .NET 11 RC 1 product release notes.
    • Generates overview summaries from the detailed articles.

Internal previews

File Preview link
docs/core/whats-new/dotnet-11/libraries.md Learn preview
docs/core/whats-new/dotnet-11/overview.md Learn preview
docs/core/whats-new/dotnet-11/runtime.md Learn preview
docs/core/whats-new/dotnet-11/sdk.md Learn preview
docs/core/whats-new/dotnet-11/snippets/csharp/Libraries.cs Learn preview

Build report

Copilot AI self-assigned this Sep 8, 2026
Copilot AI lite review requested due to automatic review settings September 8, 2026 18:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Copilot AI linked an issue Sep 8, 2026 that may be closed by this pull request
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot AI changed the title [WIP] Update what's new documentation for .NET 11 RC 1 Update What's New in .NET 11 for RC 1 Sep 8, 2026
Copilot AI requested a review from gewarren September 8, 2026 19:00
Comment thread docs/core/whats-new/dotnet-11/libraries.md Outdated
Comment thread docs/core/whats-new/dotnet-11/libraries.md Outdated
Comment thread docs/core/whats-new/dotnet-11/overview.md Outdated
@gewarren

gewarren commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

@copilot Please remove /dotnet/api links if the APIs are new in RC 1 and thus haven't been published to Learn yet. Instead just code fence the API name.

Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>

Copilot AI commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Please remove /dotnet/api links if the APIs are new in RC 1 and thus haven't been published to Learn yet. Instead just code fence the API name.

Removed all unpublished RC 1 /dotnet/api links and formatted the API names as inline code in d4d409e.

@gewarren
gewarren marked this pull request as ready for review September 8, 2026 19:14
@gewarren
gewarren requested a review from a team as a code owner September 8, 2026 19:14
@gewarren
gewarren enabled auto-merge (squash) September 8, 2026 19:15
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
auto-merge was automatically disabled September 8, 2026 19:18

Head branch was pushed to by a user without write access

Copilot AI requested a review from gewarren September 8, 2026 19:24
Comment thread docs/core/whats-new/dotnet-11/sdk.md Outdated
Comment thread docs/core/whats-new/dotnet-11/sdk.md Outdated
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

What's new in .NET 11 RC 1

4 participants