3 writes to Content
aspire (1)
Mcp\Docs\DocsSearchService.cs (1)
144
Content
= r.Summary ?? r.Title,
Aspire.Cli.Tests (2)
Commands\DocsCommandTests.cs (2)
225
new() { Title = "Redis Integration", Slug = "redis-integration",
Content
= "Learn how to use Redis", Score = 100.0f, Section = "Hosting integration" },
226
new() { 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)
80
sb.AppendLine(result.
Content
);