Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
cf3df5e
Add release notes for .NET 11 Preview 1 across various components
jamesmontemagno Feb 5, 2026
d369426
Update sdk.md for Preview 1 (#10230)
jamesmontemagno Feb 9, 2026
ff62d39
Update visualbasic.md for Preview 1 (#10231)
jamesmontemagno Feb 9, 2026
5f88a94
Update csharp.md for Preview 1 (#10224)
jamesmontemagno Feb 9, 2026
fcbbdb3
Update efcore.md for Preview 1 (#10226)
jamesmontemagno Feb 10, 2026
08f661a
Update libraries.md for Preview 1 (#10228)
jamesmontemagno Feb 10, 2026
0dee912
Update aspnetcore.md for .NET 11 Preview 1 (#10222)
jamesmontemagno Feb 10, 2026
4c6611d
Update fsharp.md for Preview 1 (#10227)
jamesmontemagno Feb 10, 2026
46ee44c
Add libraries release-notes-generator Copilot skill (#10244)
artl93 Feb 10, 2026
69d9373
Update wpf.md for Preview 1 (#10233)
jamesmontemagno Feb 10, 2026
eab7be3
Update dotnetmaui.md for Preview 1 (#10225)
jamesmontemagno Feb 10, 2026
5161671
Update runtime.md for Preview 1 (#10229)
jamesmontemagno Feb 10, 2026
17d812e
Update release notes for .NET 11 Preview 1, including content adjustm…
jamesmontemagno Feb 10, 2026
51b05bf
Fix formatting issues in release notes for .NET 11 Preview 1
jamesmontemagno Feb 10, 2026
9d6e543
Merge branch 'main' into dotnet-11-preview1
jamesmontemagno Feb 10, 2026
c1af8ed
Fix formatting issue in known issues section of release notes for .NE…
jamesmontemagno Feb 10, 2026
4a1cad4
Add .github directory to markdownlintignore for improved linting control
jamesmontemagno Feb 10, 2026
7c98a43
Add runtime.md
richlander Feb 10, 2026
babf06f
Clean up runtime-async
agocke Feb 10, 2026
e64e43a
Merge branch 'main' into dotnet-11-preview1
rbhanda Feb 10, 2026
221591e
Include .github/skills in exclude for super-linter
jongalloway Feb 10, 2026
465ad47
markdownlint fix
jongalloway Feb 10, 2026
d33fdb6
Merge branch 'main' into dotnet-11-preview1
jongalloway Feb 10, 2026
f28d903
Fix ASP.NET Core roadmap link for .NET 11
danroth27 Feb 10, 2026
0c9534e
Update release-notes/11.0/preview/preview1/runtime.md
jongalloway Feb 10, 2026
2cf9b30
Merge branch 'main' into dotnet-11-preview1
jongalloway Feb 10, 2026
b5e93cb
Fix EF learn links
jongalloway Feb 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions release-notes/11.0/preview/preview1/11.0.0-preview.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# .NET 11 Preview 1 Binaries

.NET 11 Preview 1 installers and binaries will be published closer to release.

See [README.md](README.md) for .NET 11 release notes and discussions.

The latest .NET releases are always listed at [.NET Releases](../../README.md).
41 changes: 41 additions & 0 deletions release-notes/11.0/preview/preview1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# .NET 11 Preview 1 - Release Notes

.NET 11 Preview 1 release notes. Find more information on new features released in .NET 11 Preview 1 by browsing through the release notes below:

- [Libraries](./libraries.md)
- [Runtime](./runtime.md)
- [SDK](./sdk.md)
- [MSBuild](./msbuild.md)

## Languages

- [C#](./csharp.md)
- [F#](./fsharp.md)
- [Visual Basic](./visualbasic.md)

## Workloads, Libraries, & More

- [.NET MAUI](./dotnetmaui.md)
- [ASP.NET Core](./aspnetcore.md)
- [Container images](./containers.md)
- [EF Core & Data](./efcore.md)
- [Windows Forms](./winforms.md)
- [WPF](./wpf.md)

## 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 1 can be found [here on GitHub](./11.0.0-preview.1.md).

## Stay up-to-date

You can find a detailed overview of all new features in .NET 11:

- [What's new in .NET 11](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-11/overview)
- [What's new in C#](https://learn.microsoft.com/dotnet/csharp/whats-new/)
- [What's new in .NET MAUI](https://learn.microsoft.com/dotnet/maui/whats-new/)
- [What's new in ASP.NET Core](https://learn.microsoft.com/aspnet/core/release-notes/)
- [What's new in Entity Framework Core](https://learn.microsoft.com/ef/core/what-is-new/)
- [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/)
- [What's new in WPF](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/)

The latest .NET 11 release is always available at [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/11.0) and [.NET 11 Releases](../../README.md).
Loading