From 36e1f85d9593e0846de6613f397614cd30da957d Mon Sep 17 00:00:00 2001 From: Akash Praveeen Dissanayaka <94224847+GPAPD@users.noreply.github.com> Date: Thu, 1 Jan 2026 04:18:42 +0530 Subject: [PATCH] =?UTF-8?q?Fix=20entity=20accessibility=20in=20EF=20Core?= =?UTF-8?q?=20Keys=20examples=20=E2=80=94=20use=20public=20instead=20of=20?= =?UTF-8?q?internal=20(#5217)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity-framework/core/modeling/keys.md | 2 +- samples/core/Modeling/Keys/DataAnnotations/KeyComposite.cs | 2 +- samples/core/Modeling/Keys/DataAnnotations/KeySingle.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/AlternateKeyComposite.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/AlternateKeyName.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/AlternateKeySingle.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/KeyComposite.cs | 2 +- samples/core/Modeling/Keys/FluentAPI/KeySingle.cs | 2 +- samples/core/Modeling/Keys/KeyId.cs | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/entity-framework/core/modeling/keys.md b/entity-framework/core/modeling/keys.md index 7094a44fed..bbb8ef5bec 100644 --- a/entity-framework/core/modeling/keys.md +++ b/entity-framework/core/modeling/keys.md @@ -36,7 +36,7 @@ You can also configure multiple properties to be the key of an entity - this is