File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,13 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
19
19
## Core .NET libraries
20
20
21
21
| Title | Type of change | Introduced version |
22
- | ---------------------------------------------------------------------------------------------------------------------------- | --------------------- | -------------------- |
23
- | ------------------------------------------------------------------------------------------------------------------------------| -----------------------| ----------------------|
24
- | [ ActivitySource.CreateActivity and ActivitySource.StartActivity behavior change] ( core-libraries/10.0/activity-sampling.md ) | Behavioral change | Preview 1 |
25
- | [ C# 14 overload resolution with span parameters] ( core-libraries/10.0/csharp-overload-resolution.md ) | Behavioral change | Preview 1 |
26
- | [ Consistent shift behavior in generic math] ( core-libraries/10.0/generic-math.md ) | Behavioral change | Preview 1 |
27
- | [ LDAP DirectoryControl parsing is now more stringent] ( core-libraries/10.0/ldap-directorycontrol-parsing.md ) | Behavioral change | Preview 1 |
28
- | [ MacCatalyst version normalization] ( core-libraries/10.0/maccatalyst-version-normalization.md ) | Behavioral change | Preview 1 |
29
- | [ System.Linq.AsyncEnumerable included in core libraries] ( core-libraries/10.0/asyncenumerable.md ) | Source incompatible | Preview 1 |
22
+ | ----------------------------------------------------------------------------------------------------------------------------| ---------------------| --------------------|
23
+ | [ ActivitySource.CreateActivity and ActivitySource.StartActivity behavior change] ( core-libraries/10.0/activity-sampling.md ) | Behavioral change | Preview 1 |
24
+ | [ C# 14 overload resolution with span parameters] ( core-libraries/10.0/csharp-overload-resolution.md ) | Behavioral change | Preview 1 |
25
+ | [ Consistent shift behavior in generic math] ( core-libraries/10.0/generic-math.md ) | Behavioral change | Preview 1 |
26
+ | [ LDAP DirectoryControl parsing is now more stringent] ( core-libraries/10.0/ldap-directorycontrol-parsing.md ) | Behavioral change | Preview 1 |
27
+ | [ MacCatalyst version normalization] ( core-libraries/10.0/maccatalyst-version-normalization.md ) | Behavioral change | Preview 1 |
28
+ | [ System.Linq.AsyncEnumerable included in core libraries] ( core-libraries/10.0/asyncenumerable.md ) | Source incompatible | Preview 1 |
30
29
31
30
## Globalization
32
31
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ conceptualContent:
67
67
- url : core/tutorials/index.md
68
68
itemType : tutorial
69
69
text : .NET tutorials
70
- - url : core/whats-new/dotnet-9 /overview.md
70
+ - url : core/whats-new/dotnet-10 /overview.md
71
71
itemType : whats-new
72
- text : What's new in .NET 9
72
+ text : What's new in .NET 10
73
73
- url : https://dotnetfoundation.org
74
74
itemType : overview
75
75
text : .NET Foundation
Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ landingContent:
14
14
links :
15
15
- text : .NET 10
16
16
url : ../core/whats-new/dotnet-10/overview.md
17
+ - text : ASP.NET Core 10.0
18
+ url : /aspnet/core/release-notes/aspnetcore-10.0
19
+ - text : .NET MAUI 10
20
+ url : /dotnet/maui/whats-new/dotnet-10
21
+ - text : EF Core 10
22
+ url : /ef/core/what-is-new/ef-core-10.0/whatsnew
23
+ - text : Windows Forms 10
24
+ url : /dotnet/desktop/winforms/whats-new/net100
25
+
17
26
- title : .NET 9 release updates
18
27
linkLists :
19
28
- linkListType : whats-new
You can’t perform that action at this time.
0 commit comments