We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad2faf commit 9879405Copy full SHA for 9879405
EssentialCSharp.Web.Tests/SiteMappingTests.cs
@@ -6,6 +6,7 @@ public class SiteMappingTests
6
{
7
static SiteMapping HelloWorldSiteMapping => new(
8
keys: ["hello-world"],
9
+ primaryKey: "hello-world",
10
pagePath:
11
[
12
"Chapters",
@@ -24,6 +25,7 @@ public class SiteMappingTests
24
25
26
static SiteMapping CSyntaxFundamentalsSiteMapping => new(
27
keys: ["c-syntax-fundamentals"],
28
+ primaryKey: "c-syntax-fundamentals",
29
30
31
0 commit comments