Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/core/compatibility/10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
| [System.Linq.AsyncEnumerable included in core libraries](core-libraries/10.0/asyncenumerable.md) | Source incompatible | Preview 1 |
| [YMM embedded rounding removed from AVX10.2](core-libraries/10.0/ymm-embedded-rounding.md) | Behavioral change | Preview 5 |

## Entity Framework Core

[Breaking changes in EF Core 10](/ef/core/what-is-new/ef-core-10.0/breaking-changes)

## Extensions

| Title | Type of change | Introduced version |
Expand Down
4 changes: 4 additions & 0 deletions docs/core/compatibility/9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ If you're migrating an app to .NET 9, the breaking changes listed here might aff
|-----------------------------------------------------------------------------------------------------|---------------------|--------------------|
| [Deprecated desktop Windows/macOS/Linux MonoVM runtime packages](deployment/9.0/monovm-packages.md) | Source incompatible | Preview 7 |

## Entity Framework Core

[Breaking changes in EF Core 9](/ef/core/what-is-new/ef-core-9.0/breaking-changes)

## Interop

| Title | Type of change | Introduced version |
Expand Down
2 changes: 2 additions & 0 deletions docs/core/compatibility/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ items:
href: cryptography/10.0/x500distinguishedname-validation.md
- name: X509Certificate and PublicKey key parameters can be null
href: cryptography/10.0/x509-publickey-null.md
- name: Entity Framework Core
href: /ef/core/what-is-new/ef-core-10.0/breaking-changes?toc=/dotnet/core/compatibility/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: Extensions
items:
- name: Message no longer duplicated in Console log output
Expand Down
Loading