3 writes to MatchedSection
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
241MatchedSection = matchedSection,
Aspire.Cli.Tests (2)
Commands\DocsCommandTests.cs (2)
195new() { Title = "Redis Integration", Slug = "redis-integration", Summary = "Learn how to use Redis", Score = 100.0f, MatchedSection = "Hosting integration" }, 196new() { 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)
145Section = r.MatchedSection,
Aspire.Cli.Tests (1)
Mcp\Docs\DocsIndexServiceTests.cs (1)
124Assert.Equal("Configuration Options", results[0].MatchedSection);