4 writes to Summary
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
240Summary = doc.Source.Summary,
Aspire.Cli.Tests (3)
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" }
Mcp\TestDocsIndexService.cs (1)
79.Select(d => new DocsSearchResult { Slug = d.Slug, Title = d.Title, Summary = d.Summary, Score = 1.0f })
1 reference to Summary
aspire (1)
Mcp\Docs\DocsSearchService.cs (1)
144Content = r.Summary ?? r.Title,