Skip to content

Commit fb0a372

Browse files
committed
add links to ef core breaking changes
1 parent 7c9eb66 commit fb0a372

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
@@ -49,6 +49,10 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
4949
| [System.Linq.AsyncEnumerable included in core libraries](core-libraries/10.0/asyncenumerable.md) | Source incompatible | Preview 1 |
5050
| [YMM embedded rounding removed from AVX10.2](core-libraries/10.0/ymm-embedded-rounding.md) | Behavioral change | Preview 5 |
5151

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

5458
| 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
@@ -66,6 +66,8 @@ items:
6666
href: cryptography/10.0/x500distinguishedname-validation.md
6767
- name: X509Certificate and PublicKey key parameters can be null
6868
href: cryptography/10.0/x509-publickey-null.md
69+
- name: Entity Framework Core
70+
href: /ef/core/what-is-new/ef-core-10.0/breaking-changes?toc=/dotnet/core/compatibility/toc.json&bc=/dotnet/breadcrumb/toc.json
6971
- name: Extensions
7072
items:
7173
- name: Message no longer duplicated in Console log output

0 commit comments

Comments
 (0)