3 writes to MatchedSection
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
241
MatchedSection
= matchedSection,
Aspire.Cli.Tests (2)
Commands\DocsCommandTests.cs (2)
195
new() { Title = "Redis Integration", Slug = "redis-integration", Summary = "Learn how to use Redis", Score = 100.0f,
MatchedSection
= "Hosting integration" },
196
new() { Title = "Azure Cache for Redis", Slug = "azure-cache-redis", Summary = "Azure Redis integration", Score = 80.0f,
MatchedSection
= "Client integration" }
2 references to MatchedSection
aspire (1)
Mcp\Docs\DocsSearchService.cs (1)
145
Section = r.
MatchedSection
,
Aspire.Cli.Tests (1)
Mcp\Docs\DocsIndexServiceTests.cs (1)
124
Assert.Equal("Configuration Options", results[0].
MatchedSection
);