From 4edb9232a82669807ff89c480c3ea230265b5b0e Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Thu, 5 Feb 2026 11:11:28 -0800 Subject: [PATCH 1/3] Update efcore.md for Preview 1 --- release-notes/11.0/preview/preview1/efcore.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/release-notes/11.0/preview/preview1/efcore.md b/release-notes/11.0/preview/preview1/efcore.md index 0579768ad4..f37922884c 100644 --- a/release-notes/11.0/preview/preview1/efcore.md +++ b/release-notes/11.0/preview/preview1/efcore.md @@ -2,7 +2,13 @@ .NET 11 Preview 1 includes new Entity Framework Core features & enhancements. -This Preview 1 release does not introduce new Entity Framework Core feature additions. +Here's a summary of what's new in Entity Framework Core in this Preview 1 release: + +- [Feature](#feature) + +## Feature + +Feature summary. Entity Framework Core updates: From c79b742b5a9c23bdb8e83ab89d86834329cdb6ce Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Sun, 8 Feb 2026 22:57:39 +0100 Subject: [PATCH 2/3] EF Core 11 preview.1 docs --- release-notes/11.0/preview/preview1/efcore.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/release-notes/11.0/preview/preview1/efcore.md b/release-notes/11.0/preview/preview1/efcore.md index f37922884c..6dcc6b61e6 100644 --- a/release-notes/11.0/preview/preview1/efcore.md +++ b/release-notes/11.0/preview/preview1/efcore.md @@ -2,15 +2,15 @@ .NET 11 Preview 1 includes new Entity Framework Core features & enhancements. -Here's a summary of what's new in Entity Framework Core in this Preview 1 release: - -- [Feature](#feature) +Entity Framework Core 11 updates: -## Feature +- [What's new in Entity Framework Core 11](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew) documentation +- [Breaking change in Entity Framework Core 11](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/breaking-changes) -Feature summary. - -Entity Framework Core updates: +Here's a summary of what's new in Entity Framework Core in this Preview 1 release: -- [What's new in Entity Framework Core](https://learn.microsoft.com/ef/core/what-is-new/) -- [Breaking changes](https://learn.microsoft.com/ef/core/what-is-new/breaking-changes/) +- [Complex types and JSON columns on entity types with TPT/TPC inheritance](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#complex-types-and-json-columns-on-entity-types-with-tpttpc-inheritance) +- [Create and apply migrations in one step](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#create-and-apply-migrations-in-one-step) +- [Azure Cosmos DB transactional batches](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#transactional-batches) +- [Azure Cosmos DB bulk execution](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#bulk-execution) +- [Azure Cosmos DB session token management](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#session-token-management) From 9334fcddaaff236c50a8e32188ba6d02558a0727 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Mon, 9 Feb 2026 16:50:08 -0800 Subject: [PATCH 3/3] update urls --- release-notes/11.0/preview/preview1/efcore.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/release-notes/11.0/preview/preview1/efcore.md b/release-notes/11.0/preview/preview1/efcore.md index 6dcc6b61e6..ddf8153d52 100644 --- a/release-notes/11.0/preview/preview1/efcore.md +++ b/release-notes/11.0/preview/preview1/efcore.md @@ -9,8 +9,8 @@ Entity Framework Core 11 updates: Here's a summary of what's new in Entity Framework Core in this Preview 1 release: -- [Complex types and JSON columns on entity types with TPT/TPC inheritance](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#complex-types-and-json-columns-on-entity-types-with-tpttpc-inheritance) -- [Create and apply migrations in one step](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#create-and-apply-migrations-in-one-step) -- [Azure Cosmos DB transactional batches](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#transactional-batches) -- [Azure Cosmos DB bulk execution](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#bulk-execution) -- [Azure Cosmos DB session token management](/ef/core/what-is-new/ef-core-11.0/whatsnew.md#session-token-management) +- [Complex types and JSON columns on entity types with TPT/TPC inheritance](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#complex-types-and-json-columns-on-entity-types-with-tpttpc-inheritance) +- [Create and apply migrations in one step](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#create-and-apply-migrations-in-one-step) +- [Azure Cosmos DB transactional batches]https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#transactional-batches) +- [Azure Cosmos DB bulk execution](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#bulk-execution) +- [Azure Cosmos DB session token management](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#session-token-management)