4 writes to Title
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
238Title = doc.Source.Title,
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 })
18 references to Title
aspire (2)
Mcp\Docs\DocsSearchService.cs (2)
142Title = r.Title, 144Content = r.Summary ?? r.Title,
Aspire.Cli.Tests (16)
Mcp\Docs\DocsIndexServiceTests.cs (16)
81Assert.Equal("Redis Integration", results[0].Title); 100Assert.Equal("Integration Guide", results[0].Title); 123Assert.Equal("Getting Started", results[0].Title); 149Assert.Equal("Redis Overview", results[0].Title); 174Assert.Equal("Redis Integration", results[0].Title); 269Assert.Equal("Redis Caching Guide", results[0].Title); 743Assert.Equal("Service Discovery", results[0].Title); 770Assert.Equal("Service Discovery", results[0].Title); 797Assert.Equal("JavaScript Integration", results[0].Title); 823Assert.Equal("Configure the MCP Server", results[0].Title); 849Assert.Equal("Redis Integration", results[0].Title); 874Assert.Equal("Azure Cosmos DB", results[0].Title); 904Assert.Equal("Azure Service Bus", results[0].Title); 930Assert.Equal("Azure Service Bus", results[0].Title); 956Assert.Equal("Changelog", results[0].Title); 982Assert.Equal("What's New in Aspire 1.3", results[0].Title);