3 writes to Content
aspire (1)
Mcp\Docs\DocsSearchService.cs (1)
144Content = r.Summary ?? r.Title,
Aspire.Cli.Tests (2)
Commands\DocsCommandTests.cs (2)
225new() { Title = "Redis Integration", Slug = "redis-integration", Content = "Learn how to use Redis", Score = 100.0f, Section = "Hosting integration" }, 226new() { Title = "Azure Cache for Redis", Slug = "azure-cache-redis", Content = "Azure Redis integration", Score = 80.0f, Section = "Client integration" }
1 reference to Content
aspire (1)
Mcp\Docs\DocsSearchService.cs (1)
80sb.AppendLine(result.Content);