1 write to Level
aspire (1)
Mcp\Docs\LlmsTxtParser.cs (1)
327
Level
= level,
12 references to Level
Aspire.Cli.Tests (12)
Mcp\Docs\LlmsTxtParserTests.cs (12)
110
Assert.Equal(2, doc.Sections[0].
Level
);
113
Assert.Equal(2, doc.Sections[1].
Level
);
116
Assert.Equal(3, doc.Sections[2].
Level
);
470
var h2Sections = doc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
474
var h3Sections = doc.Sections.Where(s => s.
Level
== 3).Select(s => s.Heading).ToList();
504
Assert.Equal(2, doc.Sections[0].
Level
);
572
var h2Sections = certificatesDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
579
var h3Sections = certificatesDoc.Sections.Where(s => s.
Level
== 3).ToList();
591
var h2Sections = appHostConfigDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
607
var h2Sections = dockerComposeDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
623
var h2Sections = eventingDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
630
var h3Sections = eventingDoc.Sections.Where(s => s.
Level
== 3).Select(s => s.Heading).ToList();