Skip to content

Commit ee44e08

Browse files
authored
Merge branch 'dotnet10p2' into halter73/arm64-hosting-bundle-known-issue
2 parents 0de98a2 + b860da7 commit ee44e08

14 files changed

+273
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# .NET 10 Preview 2 Binaries
2+
3+
.NET 10 Preview 2 installers and binaries can be downloaded for the following product versions:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 released on March X, 2025. Find more information on new features released in .NET 10 Preview 2 by browsing through the release notes below:
4+
5+
- [Libraries](./libraries.md)
6+
- [Runtime](./runtime.md)
7+
- [SDK](./sdk.md)
8+
9+
## Languages
10+
11+
- [C#](./csharp.md)
12+
- [F#](./fsharp.md)
13+
- [Visual Basic](./visualbasic.md)
14+
15+
## Workloads, Libraries, & More
16+
17+
- [.NET MAUI](./dotnetmaui.md)
18+
- [ASP.NET Core](./aspnetcore.md)
19+
- [Container images](./containers.md)
20+
- [EF Core & Data](./efcore.md)
21+
- [Windows Forms](./winforms.md)
22+
- [WPF](./wpf.md)
23+
24+
## Get Started
25+
26+
Instructions on getting started with .NET 10 can be found in the [getting started guide](../../get-started.md). Installers and binaries for .NET 10 Preview 2 can be found [here on GitHub](./10.0.0-preview.2.md).
27+
28+
## Stay up-to-date
29+
30+
You can find a detailed overview of all new features in .NET 10:
31+
32+
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
33+
- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14)
34+
- [What's new in .NET MAUI](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10)
35+
- [What's new in ASP.NET Core](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0)
36+
- [What's new in Entity Framework Core](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew)
37+
- [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100)
38+
- [What's new in WPF](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100)
39+
40+
The latest .NET 10 release is always available at [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/10.0) and [.NET 10 Releases](../../README.md).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# ASP.NET Core in .NET 10 Preview 2 - Release Notes
2+
3+
Here's a summary of what's new in ASP.NET Core in this preview release:
4+
5+
- [Feature](#feature)
6+
7+
ASP.NET Core updates in .NET 10 Preview 2:
8+
9+
- [What's new in ASP.NET Core in .NET 10](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0) documentation.
10+
- [Breaking changes](https://docs.microsoft.com/dotnet/core/compatibility/10.0#aspnet-core)
11+
- [Roadmap](https://github.com/dotnet/aspnetcore/issues/59443)
12+
13+
.NET 10 Preview 2:
14+
15+
- [Discussion](https://aka.ms/dotnet/10/preview2)
16+
- [Release notes](README.md)
17+
18+
## Feature
19+
20+
This is about the feature
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Container image updates in .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 includes the following updates for container images:
4+
5+
- [Feature](#feature)
6+
7+
## Feature
8+
9+
This is about the feature
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# C# 14 updates in .NET 10 Preview 12 - Release Notes
2+
3+
.NET 10 Preview 2 includes the following C# features & enhancements:
4+
5+
- [Feature](#feature)
6+
7+
C# 14 updates:
8+
9+
- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14) documentation
10+
- [Breaking changes in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/breaking-changes/compiler%20breaking%20changes%20-%20dotnet%2010)
11+
12+
## Feature
13+
14+
This is about the feature
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# .NET MAUI in .NET 10 Preview 2 - Release Notes
2+
3+
This release was focused on quality improvements to .NET MAUI, .NET for Android, and .NET for iOS, Mac Catalyst, macOS, and tvOS. You can find detailed information about the improvements below:
4+
5+
- .NET MAUI
6+
- [Feature](#feature)
7+
- [.NET for Android](#net-for-android)
8+
- [Feature](#feature-android)
9+
- [.NET for iOS, Mac Catalyst, macOS, tvOS](#net-for-ios-mac-catalyst-macos-tvos)
10+
- [Feature](#feature-ios)
11+
12+
.NET MAUI updates in .NET 10:
13+
14+
- [What's new in .NET MAUI in .NET 10](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10) documentation.
15+
16+
## Feature
17+
18+
This is about the feature
19+
20+
## .NET for Android
21+
22+
This release was focused on quality improvements. A detailed list can be found on [dotnet/android GitHub releases](https://github.com/dotnet/android/releases/).
23+
24+
### Feature Android
25+
26+
This is a feature about Android.
27+
28+
## .NET for iOS, Mac Catalyst, macOS, tvOS
29+
30+
This release was focused on quality improvements. A details list can be found on [xamarin/xamarin-macios GitHub released](https://github.com/xamarin/xamarin-macios/releases/) including a list of [Known issues](https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET10).
31+
32+
### Feature iOS
33+
34+
This is a feature about iOS.
35+
36+
## Community Contributors
37+
38+
Thank you to ...
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Entity Framework Core 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 includes new Entity Framework Core features & enhancements:
4+
5+
- [Support for the .NET 10 RightJoin operator](#support-for-the-net-10-rightjoin-operator)
6+
- [Small improvements](#small-improvements)
7+
8+
Entity Framework Core 10 updates:
9+
10+
- [What's new in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew) documentation
11+
- [Breaking change in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/breaking-changes)
12+
13+
## Support for the .NET 10 RightJoin operator
14+
15+
In Preview 1 we added [support for LeftJoin operator](../preview1/efcore.md#support-for-the-net-10-leftjoin-operator). In Preview 2 we are adding support for the analogous `RightJoin` operator, which keeps all the data from the second collection and only the matching data from the first collection. EF 10 translates this to `RIGHT JOIN` operation in the database.
16+
17+
## Small improvements
18+
19+
- Associate the DatabaseRoot with the scoped options instance and not the singleton options ([#34477](https://github.com/dotnet/efcore/pull/34477), contributed by [@koenigst](https://github.com/koenigst)).
20+
21+
## Everything else in Preview 2
22+
23+
Preview 2 contains:
24+
25+
- [3 enhancements](https://github.com/dotnet/efcore/issues?q=is%3Aissue%20is%3Aclosed%20label%3Apreview-2%20(milestone%3A9.0.3%20OR%20milestone%3A9.0.3%20OR%20milestone%3A10.0.0)%20label%3Atype-enhancement)
26+
- [3 regression bug fixes](https://github.com/dotnet/efcore/issues?q=is%3Aissue%20is%3Aclosed%20label%3Apreview-2%20(milestone%3A9.0.3%20OR%20milestone%3A9.0.3%20OR%20milestone%3A9.0.x%20OR%20milestone%3A10.0.0)%20label%3Atype-bug%20label%3Aregression%20)
27+
- [4 non-regression bug fixes](https://github.com/dotnet/efcore/issues?q=is%3Aissue%20is%3Aclosed%20label%3Apreview-2%20(milestone%3A9.0.3%20OR%20milestone%3A9.0.3%20OR%20milestone%3A10.0.0)%20label%3Atype-bug%20-label%3Aregression%20)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# F# updates in .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 includes the following F# features & enhancements:
4+
5+
- [F# Language](#f-language)
6+
- [FSharp.Core standard library](#fsharpcore-standard-library)
7+
- [FSharp.Compiler.Service](#fsharpcompilerservice)
8+
9+
> Note: Release notes for F# are generated for all contributions to the [dotnet/fsharp](https://github.com/dotnet/fsharp) repository and split across language, library and compiler changes.
10+
11+
## F# Language
12+
13+
[Release notes for new F# language features](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) list language changes that have to be enabled by `<LangVersion>preview</LangVersion>` project property in `.fsproj` project file. They will become the default with .NET 10 release.
14+
15+
## FSharp.Core Standard Library
16+
17+
[Changes to the FSharp.Core standard library](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html) are applied automatically to projects compiled with new SDK, unless they pin down a lower FSharp.Core version.
18+
19+
## FSharp.Compiler.Service
20+
21+
General improvements and bugfixes in the compiler implementation are at [Release notes for FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# .NET Libraries in .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 includes new .NET Libraries features & enhancements:
4+
5+
- [Feature](#feature)
6+
7+
.NET Libraries updates in .NET 10:
8+
9+
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview) documentation
10+
11+
## Encryption algorithm can now be specified in PKCS\#12/PFX Export
12+
13+
The new `ExportPkcs12` methods on `X509Certificate2` allow callers to choose what encryption and digest algorithms are used to produce the output.
14+
`Pkcs12ExportPbeParameters.Pkcs12TripleDesSha1` indicates the Windows XP-era de facto standard,
15+
which produces an output supported by almost every library/platform that supports reading PKCS#12/PFX by choosing an older encryption algorithm.
16+
`Pkcs12ExportPbeParameters.Pbes2Aes256Sha256` indicates that AES should be used instead of 3DES (and SHA-2-256 instead of SHA-1),
17+
but the output may not be understood by all readers (sorry, Windows XP).
18+
19+
Callers who want even more control can instead utilize the overload that accepts a `PbeParameters`.
20+
21+
## Feature
22+
23+
This is about the feature
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# .NET Runtime in .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 includes new .NET Runtime features & enhancements:
4+
5+
- [Feature](#feature)
6+
7+
.NET Runtime updates in .NET 10:
8+
9+
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview) documentation
10+
11+
## Feature
12+
13+
This is about the feature
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# .NET SDK in .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 includes new .NET SDK features & enhancements:
4+
5+
- [More consistent command order](#more-consistent-command-order)
6+
7+
## More consistent command order
8+
9+
Starting in .NET 10, the `dotnet` CLI tool learned a few new aliases for commonly-used but often-forgotten commands. The new commands are:
10+
11+
* `dotnet package add`
12+
* `dotnet package list`
13+
* `dotnet package remove`
14+
* `dotnet reference add`
15+
* `dotnet reference list`
16+
* `dotnet reference remove`
17+
18+
These commands exist in the current versions of the `dotent` CLI, but they exist in verb-first forms:
19+
`dotnet add package`, `dotnet list package`, `dotnet remove package`, `dotnet add reference`, `dotnet list reference`, and `dotnet remove reference`.
20+
The new aliases are provided to make the commands easier to remember and type.
21+
Over the years, we have heard your feedback that the verb-first forms are not as intuitive as they could be, so we hope that these new aliases will help.
22+
Since the `dotnet` CLI was initially created, noun-first forms have become a general standard for CLI applications of all kinds, so we hope that this change will make the `dotnet` CLI more consistent with other CLI tools you use.
23+
24+
The verb-first forms will continue to work in .NET 10, but we recommend that you start using the noun-first forms to make your scripts and documentation more readable and easier to understand.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Visual Basic updates in .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 2 includes the following Visual Basic features & enhancements:
4+
5+
- [Feature](#feature)
6+
7+
Visual Basic updates:
8+
9+
- [What's new in Visual Basic](https://learn.microsoft.com/dotnet/visual-basic/whats-new/) documentation
10+
- [Breaking changes](https://learn.microsoft.com/dotnet/visual-basic/whats-new/breaking-changes)
11+
12+
## Feature
13+
14+
This is about the feature
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Windows Forms in .NET 10 Preview 2 - Release Notes
2+
3+
.NET 10 Preview 1 includes new Windows Forms features & enhancements:
4+
5+
- [Feature](#feature)
6+
7+
## Windows Forms updates in .NET 10
8+
9+
- [What's new in Windows Forms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation.
10+
- [Issues List for Windows Forms in .NET 10 Preview 2](https://github.com/dotnet/winforms/issues?q=is%3Aissue%20milestone%3A%2210.0%20Preview1%22%20)
11+
12+
## Feature
13+
14+
This is about the feature
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# WPF in .NET 10 Preview 2 - Release Notes
2+
3+
This release was focused on quality improvements to WPF. You can find detailed information about the improvements below:
4+
5+
- [Feature](#feature)
6+
7+
WPF updates in .NET 10:
8+
9+
- [What's new in WPF in .NET 10](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100) documentation
10+
11+
## Feature
12+
13+
This is about the feature

0 commit comments

Comments
 (0)