1 write to Level
aspire (1)
Documentation\Docs\LlmsTxtParser.cs (1)
489
Level
= level,
12 references to Level
Aspire.Cli.Tests (12)
Mcp\Docs\LlmsTxtParserTests.cs (12)
111
Assert.Equal(2, doc.Sections[0].
Level
);
114
Assert.Equal(2, doc.Sections[1].
Level
);
117
Assert.Equal(3, doc.Sections[2].
Level
);
602
var h2Sections = doc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
606
var h3Sections = doc.Sections.Where(s => s.
Level
== 3).Select(s => s.Heading).ToList();
636
Assert.Equal(2, doc.Sections[0].
Level
);
704
var h2Sections = certificatesDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
711
var h3Sections = certificatesDoc.Sections.Where(s => s.
Level
== 3).ToList();
723
var h2Sections = appHostConfigDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
739
var h2Sections = dockerComposeDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
755
var h2Sections = eventingDoc.Sections.Where(s => s.
Level
== 2).Select(s => s.Heading).ToList();
762
var h3Sections = eventingDoc.Sections.Where(s => s.
Level
== 3).Select(s => s.Heading).ToList();