Skip to content

[release-notes] .NET Libraries in .NET 11 RC 1 - #10542

Merged
jeffhandley merged 8 commits into
release-notes/11.0-rc1from
release-notes/11.0-rc1-libraries
Sep 8, 2026
Merged

[release-notes] .NET Libraries in .NET 11 RC 1#10542
jeffhandley merged 8 commits into
release-notes/11.0-rc1from
release-notes/11.0-rc1-libraries

Conversation

@danroth27

Copy link
Copy Markdown
Member

Summary

Add the .NET Libraries release notes for .NET 11 RC 1. This component PR targets the RC 1 base branch so the component team can review and refine it independently.

The RC 1 release branch is still moving; the base metadata and this note will be refreshed against the final tag before publication.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5
@tannergooding

Copy link
Copy Markdown
Member

This breaking change actually shipped in P7, but the doc was only just made recently due to a customer report, so likely worth calling out in the release notes: dotnet/docs#55743

Copilot AI and others added 7 commits August 28, 2026 09:07
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jeffhandley
jeffhandley marked this pull request as ready for review September 8, 2026 05:19
@jeffhandley
jeffhandley merged commit 79aceeb into release-notes/11.0-rc1 Sep 8, 2026
7 of 8 checks passed
@jeffhandley
jeffhandley deleted the release-notes/11.0-rc1-libraries branch September 8, 2026 05:22
danroth27 added a commit that referenced this pull request Sep 8, 2026
* [release-notes] Add .NET 11 RC 1 base metadata

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Score RC 1 Half and AES Key Wrap changes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* [release-notes] Add .NET 11 RC 1 Windows Forms notes (#10550)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* [release-notes] Entity Framework Core in .NET 11 RC 1 (#10549)

* [release-notes] C# in .NET 11 RC 1 (#10547)

* Add .NET 11 RC 1 C# release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Correct safety example

Correct the `unsafe` example to add an internal block in the `unsafe` method, and describe the `updated-memory-safety-rules` feature flag.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* [release-notes] NuGet in .NET 11 RC 1 (#10546)

* Add .NET 11 RC 1 NuGet release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Document NuGet library target framework change

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 65d41225-7693-4745-8869-57212bee0edc

* Remove unnecessary paragraph

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5
Copilot-Session: 65d41225-7693-4745-8869-57212bee0edc

* [release-notes] MSBuild in .NET 11 RC 1 (#10545)

* Add .NET 11 RC 1 MSBuild release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Refine .NET 11 RC1 MSBuild notes

Document MSBuildProvideItemGlobs, use a safe tar output path, and remove internal editorial content.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: e8e08e81-0c09-4183-b359-a235ad6bd49c

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5
Copilot-Session: e8e08e81-0c09-4183-b359-a235ad6bd49c

* [release-notes] .NET SDK in .NET 11 RC 1 (#10544)

* Add .NET 11 RC 1 SDK release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Document mobile app testing with dotnet test

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: f2d49957-0a3a-4877-9f4b-7f74f9c62b23

* Expand .NET 11 RC 1 SDK release notes

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 266ffd67-5179-4b52-b834-9c01b5bc045b

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5
Copilot-Session: f2d49957-0a3a-4877-9f4b-7f74f9c62b23
Copilot-Session: 266ffd67-5179-4b52-b834-9c01b5bc045b

* [release-notes] ASP.NET Core in .NET 11 RC 1 (#10554)

* Add .NET 11 RC 1 ASP.NET Core release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Tighten RC 1 ASP.NET Core availability claims

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Mark DirectTls as experimental

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Remove unofficial sample links from ASP.NET Core notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Document RC 1 preview API migrations

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Document SignalR TypeScript authentication refresh

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Split SignalR authentication refresh updates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Remove SignalR hardening PR from feature references

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Link RC 1 ASP.NET Core backport PRs

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Remove interim build guidance

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Clarify Blazor authentication refresh setup

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Correct Blazor authentication refresh defaults

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Reference default Blazor auth refresh change

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Expand obsolete OpenAPI example

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Add missing ASP.NET Core contributor

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Expand experimental DirectTls guidance

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Simplify DirectTls setup example

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Correct DBSC package availability

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Correct Components.AI package availability

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Add prerelease ASP.NET Core package updates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Clarify experimental DBSC support

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Refine DBSC release note terminology

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Clarify experimental package versions

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Link DBSC browser implementation details

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Group experimental ASP.NET Core features

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Expand experimental Blazor AI components

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Add Blazor AI component screenshots

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Update ASP.NET Core RC1 release notes

Add the Identity registration breaking change and Negotiate TLS channel binding improvement, and normalize RC1 terminology.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Clarify Identity UI breaking change

Use wording that covers the default ASP.NET Core Identity UI implementations across Razor Pages and Blazor.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Move Blazor AI experimental warning

Place the package warning directly below the section heading.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Simplify Blazor AI rich text notes

Demonstrate the structured rich text API directly and defer end-to-end Markdown parser integration to a later release.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Remove Blazor AI rich text screenshot

Drop the image that implies agentic UI capabilities beyond the simplified RC1 feature scope.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Add .NET 11 RC 1 F# release notes (#10548)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* [release-notes] .NET Libraries in .NET 11 RC 1 (#10542)

* Add .NET 11 RC 1 libraries release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Add AES Key Wrap to RC 1 library notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Make process signal sample self-contained

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Improve Decimal64 JSON sample to illustrate serialized format

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Document JSON union type support

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Add asynchronous options validation sample

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Address feedback on BitArray span overloads

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Address feedback on Preview 7 numerics breaking changes

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Rename async options validation section

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* [release-notes] .NET MAUI in .NET 11 RC 1 (#10552)

* Add .NET 11 RC 1 MAUI release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Document mobile test templates

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: eb093fb2-ce3f-4183-934d-611679fd7ee7

* Expand Android RC1 release notes

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: eb093fb2-ce3f-4183-934d-611679fd7ee7

* Add Android dotnet test demo

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: eb093fb2-ce3f-4183-934d-611679fd7ee7

* docs: expand .NET 11 RC 1 mobile release notes

Add exact-cutoff MAUI, Android, and Apple highlights, breaking changes, and community attribution while preserving the existing test demo and prior draft history.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 986fbe85-1680-4456-b145-4a52e4df45da

* docs: organize RC 1 mobile notes by product area

Align the release note hierarchy with the .NET MAUI What's New page while preserving the verified content, citations, samples, and contributor list.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 986fbe85-1680-4456-b145-4a52e4df45da

* docs: correct FlyoutPage handler scope

Remove an unsupported public FlyoutWidth claim while retaining the verified handler migration and multi-instance behavior.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 986fbe85-1680-4456-b145-4a52e4df45da

* Apply suggestion from @rolfbjarne

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>

* Apply suggestion from @rolfbjarne

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>

* Apply suggestion from @jongalloway

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5
Copilot-Session: eb093fb2-ce3f-4183-934d-611679fd7ee7
Copilot-Session: 986fbe85-1680-4456-b145-4a52e4df45da

* [release-notes] Container images in .NET 11 RC 1 (#10553)

* Add .NET 11 RC 1 container release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Update containers 11 rc1 release notes

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* remove directtls (#10561)

* [release-notes] WPF in .NET 11 RC 1 (#10551)

* [release-notes] Add .NET 11 RC 1 WPF notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Update WPF release notes for .NET 11 RC 1

Added details about WPF's C++/CLI projects migration and fixed formatting issues.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Subhajit Mandal <sumand@microsoft.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* [release-notes] .NET Runtime in .NET 11 RC 1 (#10543)

* Add .NET 11 RC 1 runtime release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Clarify Unix crash reporting release notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Add Half FP16 acceleration to RC 1 runtime notes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Update runtime.md to remove CoreCLR details

Removed CoreCLR support details for linux-bionic and added fixes for packages on linux-bionic architectures.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Andy Gocke <angocke@microsoft.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5

* Remove Blazor AI components from .NET 11 RC1 notes (#10566)

The Components.AI package is not yet available from the shipping feed. Remove its release note coverage and associated image until the package is ready.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix runtime release notes lint

Remove the stale linux-bionic section link and the extra blank line left when that section was removed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
Co-authored-by: Korolev Dmitry <dmkorolev@microsoft.com>
Co-authored-by: Subhajit Mandal <sumand@microsoft.com>
Co-authored-by: Andy Gocke <angocke@microsoft.com>
Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5
Copilot-Session: 65d41225-7693-4745-8869-57212bee0edc
Copilot-Session: e8e08e81-0c09-4183-b359-a235ad6bd49c
Copilot-Session: f2d49957-0a3a-4877-9f4b-7f74f9c62b23
Copilot-Session: 266ffd67-5179-4b52-b834-9c01b5bc045b
Copilot-Session: eb093fb2-ce3f-4183-934d-611679fd7ee7
Copilot-Session: 986fbe85-1680-4456-b145-4a52e4df45da
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants