From 1ad2faf1fbaa082043283daba3a80b74f5d2e55f Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 29 May 2025 17:09:11 -0700 Subject: [PATCH 1/2] chore: Update Content Packages --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e9818788..1ef33aa8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,7 +2,7 @@ true false - 1.1.1.4632 + 1.1.1.5400 false https://api.nuget.org/v3/index.json; From 98794053049041b3aacff7e8c3fb154c5f1f012b Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Sat, 7 Jun 2025 11:11:09 -0700 Subject: [PATCH 2/2] Fix --- EssentialCSharp.Web.Tests/SiteMappingTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EssentialCSharp.Web.Tests/SiteMappingTests.cs b/EssentialCSharp.Web.Tests/SiteMappingTests.cs index e3c753ac..cb2c8f52 100644 --- a/EssentialCSharp.Web.Tests/SiteMappingTests.cs +++ b/EssentialCSharp.Web.Tests/SiteMappingTests.cs @@ -6,6 +6,7 @@ public class SiteMappingTests { static SiteMapping HelloWorldSiteMapping => new( keys: ["hello-world"], + primaryKey: "hello-world", pagePath: [ "Chapters", @@ -24,6 +25,7 @@ public class SiteMappingTests static SiteMapping CSyntaxFundamentalsSiteMapping => new( keys: ["c-syntax-fundamentals"], + primaryKey: "c-syntax-fundamentals", pagePath: [ "Chapters",