From 3dcd06adbd946ec3cb38d4e86ce3bab17dbfbe22 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:08:22 +0000 Subject: [PATCH 1/2] Initial plan From 31538fc72956d028c6273675c7e7d6635619c14e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:09:13 +0000 Subject: [PATCH 2/2] Fix grammar: add comma for clarity in data-seeding.md Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/f4ab7951-f2ec-45b3-867e-ea829f5aca95 Co-authored-by: roji <1862641+roji@users.noreply.github.com> --- entity-framework/core/modeling/data-seeding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/modeling/data-seeding.md b/entity-framework/core/modeling/data-seeding.md index 304d430c88..218eb4400b 100644 --- a/entity-framework/core/modeling/data-seeding.md +++ b/entity-framework/core/modeling/data-seeding.md @@ -66,7 +66,7 @@ As an example, this will configure managed data for a `Country` in `OnModelCreat [!code-csharp[CountrySeed](../../../samples/core/Modeling/DataSeeding/ManagingDataContext.cs?name=CountrySeed)] -To add entities that have a relationship the foreign key values need to be specified: +To add entities that have a relationship, the foreign key values need to be specified: [!code-csharp[CitySeed](../../../samples/core/Modeling/DataSeeding/ManagingDataContext.cs?name=CitySeed)]