Skip to content

Commit f7ae46e

Browse files
authored
add links to ef core breaking changes (#47926)
1 parent a68703f commit f7ae46e

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/core/compatibility/10.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
5050
| [System.Linq.AsyncEnumerable included in core libraries](core-libraries/10.0/asyncenumerable.md) | Source incompatible | Preview 1 |
5151
| [YMM embedded rounding removed from AVX10.2](core-libraries/10.0/ymm-embedded-rounding.md) | Behavioral change | Preview 5 |
5252

53+
## Entity Framework Core
54+
55+
[Breaking changes in EF Core 10](/ef/core/what-is-new/ef-core-10.0/breaking-changes)
56+
5357
## Extensions
5458

5559
| Title | Type of change | Introduced version |

docs/core/compatibility/9.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ If you're migrating an app to .NET 9, the breaking changes listed here might aff
6868
|-----------------------------------------------------------------------------------------------------|---------------------|--------------------|
6969
| [Deprecated desktop Windows/macOS/Linux MonoVM runtime packages](deployment/9.0/monovm-packages.md) | Source incompatible | Preview 7 |
7070

71+
## Entity Framework Core
72+
73+
[Breaking changes in EF Core 9](/ef/core/what-is-new/ef-core-9.0/breaking-changes)
74+
7175
## Interop
7276

7377
| Title | Type of change | Introduced version |

docs/core/compatibility/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ items:
6868
href: cryptography/10.0/x500distinguishedname-validation.md
6969
- name: X509Certificate and PublicKey key parameters can be null
7070
href: cryptography/10.0/x509-publickey-null.md
71+
- name: Entity Framework Core
72+
href: /ef/core/what-is-new/ef-core-10.0/breaking-changes?toc=/dotnet/core/compatibility/toc.json&bc=/dotnet/breadcrumb/toc.json
7173
- name: Extensions
7274
items:
7375
- name: Message no longer duplicated in Console log output

0 commit comments

Comments
 (0)