1
0
mirror of synced 2025-12-19 18:06:02 -05:00

.NET 10 Preview 5 (#9829)

* .NET 10 Preview 5

* update

* lint

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Revert "Add C# features in preview 5"

This reverts commit 42e5ac6bff.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Add notes about PQC

* Add PQC to the libraries ToC

* .NET 10 P5 - WinForms (#9919)

* winforms

* WinForms Preview 5

Preview 5 updates

* Fix duplicated intro

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* .NET 10 P5 - Containers (#9917)

* containers

* update for p5

* .NET 10 P5 - WPF (#9918)

* wpf

* Add notes

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* .NET 10 P5 Runtime (#9912)

* Update for Runtime

* Add JIT notes

* Fix GC notes

---------

Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>

* .NET 10 P5 - Languages (#9916)

* update csharp

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Update fsharp.md

* Update fsharp.md

* Update fsharp.md

* add vb back just to link to docs

* update f#

* Update README.md

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

* updates for lint

* update (#9915)

* update for sdk (#9914)

* some more updates

* .NET MAUI in 10 Preview 5 (#9921)

* .NET MAUI in 10 Preview 5

* Update dotnetmaui.md

* added contributors

* hybridwebview interception

* addressing comments

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* linting

* Update release-notes/10.0/preview/preview5/README.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update release-notes/10.0/preview/preview5/README.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update ef and date

* updating md file

* Added updates to README

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
This commit is contained in:
James Montemagno
2025-06-10 09:57:27 -07:00
committed by GitHub
parent 778316883c
commit 215900a2bd
23 changed files with 2212 additions and 44 deletions

View File

@@ -16,6 +16,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
| Date | Release |
| :-- | :-- |
| 2025/06/10 | [10.0.0 Preview 5](preview/preview5/README.md) |
| 2025/05/10 | [10.0.0 Preview 4](preview/preview4/README.md) |
| 2025/04/10 | [10.0.0 Preview 3](preview/preview3/README.md) |
| 2025/03/18 | [10.0.0 Preview 2](preview/preview2/README.md) |
@@ -24,6 +25,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET Libraries
- [What's new in .NET 10 libraries](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview#net-libraries)
- [Preview 5](preview/preview5/libraries.md)
- [Preview 4](preview/preview4/libraries.md)
- [Preview 3](preview/preview3/libraries.md)
- [Preview 2](preview/preview2/libraries.md)
@@ -32,6 +34,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET Runtime
- [What's new in the .NET 10 runtime](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/runtime)
- [Preview 5](preview/preview5/runtime.md)
- [Preview 4](preview/preview4/runtime.md)
- [Preview 3](preview/preview3/runtime.md)
- [Preview 2](preview/preview2/runtime.md)
@@ -40,6 +43,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET SDK
- [What's new in the SDK for .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/sdk)
- [Preview 5](preview/preview5/sdk.md)
- [Preview 4](preview/preview4/sdk.md)
- [Preview 3](preview/preview3/sdk.md)
- [Preview 2](preview/preview2/sdk.md)
@@ -48,6 +52,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### C\#
- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14)
- [Preview 5](preview/preview5/csharp.md)
- [Preview 4](preview/preview4/csharp.md)
- [Preview 3](preview/preview3/csharp.md)
- [Preview 2](preview/preview2/csharp.md)
@@ -56,6 +61,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### ASP.NET Core
- [What's new in ASP.NET Core 10.0](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0)
- [Preview 5](preview/preview5/aspnetcore.md)
- [Preview 4](preview/preview4/aspnetcore.md)
- [Preview 3](preview/preview3/aspnetcore.md)
- [Preview 2](preview/preview2/aspnetcore.md)
@@ -64,6 +70,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET MAUI
- [What's new in .NET MAUI for .NET 10](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10)
- [Preview 5](preview/preview5/dotnetmaui.md)
- [Preview 4](preview/preview4/dotnetmaui.md)
- [Preview 3](preview/preview3/dotnetmaui.md)
- [Preview 2](preview/preview2/dotnetmaui.md)
@@ -72,6 +79,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### Entity Framework Core
- [What's new in EF Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew)
- [Preview 5](preview/preview5/efcore.md)
- [Preview 4](preview/preview4/efcore.md)
- [Preview 3](preview/preview3/efcore.md)
- [Preview 2](preview/preview2/efcore.md)
@@ -80,6 +88,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### Windows Forms
- [What's new in Windows Forms for .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100)
- [Preview 5](preview/preview5/winforms.md)
- [Preview 4](preview/preview4/winforms.md)
- [Preview 3](preview/preview3/winforms.md)
- [Preview 2](preview/preview2/winforms.md)
@@ -88,7 +97,8 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### Windows Presentation Foundation (WPF)
- [What's new in WPF for .NET 10](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100)
- [Preview 5](preview/preview5/wpf.md)
- [Preview 4](preview/preview4/wpf.md)
- [Preview 3](preview/preview3/wpf.md)
- [Preview 2](preview/preview2/wpf.md)
- [Preview 1](preview/preview1/wpf.md)
- [Preview 1](preview/preview1/wpf.md)