Skip to content

Commit 18ee15a

Browse files
author
Cam Soper
authored
Fixes #45017 (#45020)
1 parent a38dfa6 commit 18ee15a

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

docs/core/compatibility/10.0.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
1919
## Core .NET libraries
2020

2121
| 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 |
3029

3130
## Globalization
3231

docs/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ conceptualContent:
6767
- url: core/tutorials/index.md
6868
itemType: tutorial
6969
text: .NET tutorials
70-
- url: core/whats-new/dotnet-9/overview.md
70+
- url: core/whats-new/dotnet-10/overview.md
7171
itemType: whats-new
72-
text: What's new in .NET 9
72+
text: What's new in .NET 10
7373
- url: https://dotnetfoundation.org
7474
itemType: overview
7575
text: .NET Foundation

docs/whats-new/index.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ landingContent:
1414
links:
1515
- text: .NET 10
1616
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+
1726
- title: .NET 9 release updates
1827
linkLists:
1928
- linkListType: whats-new

0 commit comments

Comments
 (0)