Skip to content

Commit 8e26b45

Browse files
committed
see also links
1 parent e3649b6 commit 8e26b45

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/core/compatibility/10.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Breaking changes in .NET 9
2+
title: Breaking changes in .NET 10
33
titleSuffix: ""
4-
description: Navigate to the breaking changes in .NET 9.
4+
description: Navigate to the breaking changes in .NET 10.
55
ms.date: 12/19/2024
66
no-loc: [Blazor, Razor, Kestrel]
77
---
8-
# Breaking changes in .NET 9
8+
# Breaking changes in .NET 10
99

10-
If you're migrating an app to .NET 9, the breaking changes listed here might affect you. Changes are grouped by technology area, such as ASP.NET Core or Windows Forms.
10+
If you're migrating an app to .NET 10, the breaking changes listed here might affect you. Changes are grouped by technology area, such as ASP.NET Core or Windows Forms.
1111

1212
[!INCLUDE [binary-source-behavioral](includes/binary-source-behavioral.md)]
1313

docs/core/compatibility/core-libraries/8.0/obsolete-apis-with-custom-diagnostics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,8 @@ The `SYSLIB0051` API obsoletions are organized here by namespace.
562562

563563
## See also
564564

565+
- [API obsoletions with non-default diagnostic IDs (.NET 10)](../10.0/obsolete-apis.md)
566+
- [API obsoletions with non-default diagnostic IDs (.NET 9)](../9.0/obsolete-apis-with-custom-diagnostics.md)
565567
- [API obsoletions with non-default diagnostic IDs (.NET 7)](../7.0/obsolete-apis-with-custom-diagnostics.md)
566568
- [API obsoletions with non-default diagnostic IDs (.NET 6)](../6.0/obsolete-apis-with-custom-diagnostics.md)
567569
- [API obsoletions with non-default diagnostic IDs (.NET 5)](../5.0/obsolete-apis-with-custom-diagnostics.md)

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ These obsoletions can affect [source compatibility](../../categories.md#source-c
106106

107107
## See also
108108

109+
- [API obsoletions with non-default diagnostic IDs (.NET 10)](../10.0/obsolete-apis.md)
109110
- [API obsoletions with non-default diagnostic IDs (.NET 8)](../8.0/obsolete-apis-with-custom-diagnostics.md)
110111
- [API obsoletions with non-default diagnostic IDs (.NET 7)](../7.0/obsolete-apis-with-custom-diagnostics.md)
111112
- [API obsoletions with non-default diagnostic IDs (.NET 6)](../6.0/obsolete-apis-with-custom-diagnostics.md)

docs/navigate/tools-diagnostics/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,6 @@ items:
18251825
href: ../../fundamentals/syslib-diagnostics/experimental-overview.md
18261826
- name: SYSLIB5003
18271827
href: ../../fundamentals/syslib-diagnostics/syslib5003.md
1828-
displayProperty: syslib5003
18291828
- name: Source-generated code
18301829
items:
18311830
- name: Overview

0 commit comments

Comments
 (0)