-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[release-notes] .NET 11 Preview 5 #10421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c3dc114
Add .NET 11 Preview 5 release-notes scaffold (README, changes.json, b…
Copilot 41a49a4
Add F# release notes for .NET 11 Preview 5 (#10427)
danroth27 5735487
[release-notes] EF Core in .NET 11 Preview 5 (#10428)
danroth27 2e280d0
[release-notes] ASP.NET Core in .NET 11 Preview 5 (#10422)
danroth27 4272075
[release-notes] Libraries in .NET 11 Preview 5 (#10424)
danroth27 8a1ca8d
[release-notes] .NET MAUI in .NET 11 Preview 5 (#10433)
danroth27 ac029fd
[release-notes] WPF in .NET 11 Preview 5 (#10432)
danroth27 53e8fc2
[release-notes] NuGet in .NET 11 Preview 5 (#10430)
danroth27 15e9414
[release-notes] MSBuild in .NET 11 Preview 5 (#10429)
danroth27 f62e12c
[release-notes] Windows Forms in .NET 11 Preview 5 (#10431)
danroth27 a6da371
[release-notes] C# in .NET 11 Preview 5 (#10426)
danroth27 76b3394
[release-notes] .NET SDK in .NET 11 Preview 5 (#10425)
danroth27 e666d25
[release-notes] Runtime in .NET 11 Preview 5 (#10423)
danroth27 2602351
[release-notes] Containers in .NET 11 Preview 5 (#10434)
danroth27 8de93a9
Apply suggestions from code review
danroth27 609ec5f
Remove author-note HTML comments from Preview 5 release notes
Copilot be38849
Fix Preview 5 release-notes lint failures
Copilot c503c06
Merge branch 'main' into release-notes/11.0-preview5
rbhanda 843fc09
Drop @Copilot from MAUI contributors; exclude bots in skill
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Gitleaks configuration for super-linter. | ||
| # | ||
| # Super-linter v7 looks for gitleaks rules at .github/linters/.gitleaks.toml | ||
| # (the same location as the other linter rule files in this directory). | ||
| # | ||
| # [extend] useDefault = true preserves the upstream gitleaks default rule set | ||
| # (otherwise specifying a custom config silently disables every built-in rule). | ||
| # We only add an allowlist for the auto-generated release-notes data files | ||
| # whose VMR commit-SHA contents trigger false positives. | ||
| # | ||
| # Specifically, release-notes/**/changes.json contains thousands of 40-char | ||
| # hex Git commit SHAs. SHAs that happen to start with "eaaa..." match the | ||
| # square-access-token rule (which scans for EAAA[A-Za-z0-9_-]{60+}). The | ||
| # files are tool-generated, not authored, so allowlisting them by path is | ||
| # the right scope. | ||
|
|
||
| [extend] | ||
| useDefault = true | ||
|
|
||
| [allowlist] | ||
| description = "Release-notes skill generated data files" | ||
| paths = [ | ||
| '''release-notes/.+/changes\.json''', | ||
| '''release-notes/.+/features\.json''', | ||
| '''release-notes/.+/build-metadata\.json''', | ||
| ] |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| # .NET 11 Preview 5 - Release Notes | ||
|
|
||
| These notes cover the highest-value changes that shipped in .NET 11 Preview 5: | ||
|
|
||
| - [Libraries](./libraries.md) | ||
| - [Runtime](./runtime.md) | ||
| - [SDK](./sdk.md) | ||
| - [Containers](./containers.md) | ||
|
|
||
| ## Languages | ||
|
|
||
| - [C#](./csharp.md) | ||
| - [F#](./fsharp.md) | ||
|
|
||
| ## Web and data | ||
|
|
||
| - [.NET MAUI](./dotnetmaui.md) | ||
| - [ASP.NET Core](./aspnetcore.md) | ||
| - [EF Core](./efcore.md) | ||
|
|
||
| ## Tooling | ||
|
|
||
| - [MSBuild](./msbuild.md) | ||
| - [NuGet](./nuget.md) | ||
| - [Windows Forms](./winforms.md) | ||
| - [WPF](./wpf.md) | ||
|
|
||
| ## Release information | ||
|
|
||
| | | Version | | ||
| | --- | --- | | ||
| | Runtime | 11.0.0-preview.5.26276.113 | | ||
| | SDK | 11.0.100-preview.5.26276.113 | | ||
|
|
||
| ### VMR refs | ||
|
|
||
| These release notes were generated from the [dotnet/dotnet](https://github.com/dotnet/dotnet) VMR: | ||
|
|
||
| - **Base**: [`v11.0.0-preview.4.26230.115`](https://github.com/dotnet/dotnet/tree/v11.0.0-preview.4.26230.115) | ||
| - **Head**: [`release/11.0.1xx-preview5`](https://github.com/dotnet/dotnet/tree/release/11.0.1xx-preview5) | ||
|
|
||
| ## Get Started | ||
|
|
||
| Instructions on getting started with .NET 11 can be found in the | ||
| [getting started guide](../../get-started.md). Installers and binaries for | ||
| .NET 11 Preview 5 are available from | ||
| [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/11.0) and | ||
| [.NET 11 Releases](../../README.md). | ||
|
|
||
| ## Stay up to date | ||
|
|
||
| You can find a broader overview of .NET 11 here: | ||
|
|
||
| - [What's new in .NET 11](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-11/overview) | ||
| - [What's new in ASP.NET Core for .NET 11](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-11) | ||
| - [What's new in EF Core 11](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew) | ||
| - [What's new in .NET MAUI in .NET 11](https://learn.microsoft.com/dotnet/maui/whats-new/) | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.