From 09564699424643d2ae2383a2360649d4c8a7d448 Mon Sep 17 00:00:00 2001 From: Jiri Cincura Date: Wed, 24 Jun 2026 12:18:59 +0200 Subject: [PATCH] Fix link. --- .../core/what-is-new/ef-core-11.0/breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/what-is-new/ef-core-11.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-11.0/breaking-changes.md index d15c5dad9c..7b25a22678 100644 --- a/entity-framework/core/what-is-new/ef-core-11.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-11.0/breaking-changes.md @@ -330,7 +330,7 @@ if (entity.OwnedCollection is { Count: 0 }) #### Old behavior -Previously, owned entity types mapped to a JSON column via could be used as collections without configuring an explicit primary key. EF Core would synthesize an ordinal (positional) key behind the scenes to identify each item in the collection: +Previously, owned entity types mapped to a JSON column via could be used as collections without configuring an explicit primary key. EF Core would synthesize an ordinal (positional) key behind the scenes to identify each item in the collection: ```csharp public class Blog