10 writes to Value
Aspire.Cli.Tests (10)
Utils\ConsoleActivityLoggerTests.cs (10)
37new() { Key = "☁️ Target", Value = "Azure", EnableMarkdown = false }, 38new() { Key = "📦 Resource Group", Value = "VNetTest5 [link](https://portal.azure.com/#/resource/subscriptions/sub-id/resourceGroups/VNetTest5/overview)", EnableMarkdown = true }, 39new() { Key = "🔑 Subscription", Value = "sub-id", EnableMarkdown = false }, 40new() { Key = "🌐 Location", Value = "eastus", EnableMarkdown = false }, 67new() { Key = "📦 Resource Group", Value = $"VNetTest5 [link]({portalUrl})", EnableMarkdown = true }, 88new() { Key = "📦 Resource Group", Value = $"VNetTest5 [link]({portalUrl})", EnableMarkdown = true }, 113new() { Key = "☁️ Target", Value = "Azure", EnableMarkdown = false }, 114new() { Key = "🌐 Location", Value = "eastus", EnableMarkdown = false }, 135new() { Key = "Key [with] brackets", Value = "plain value", EnableMarkdown = false }, 157new() { Key = "Key [with] brackets", Value = "Value [bold]not bold[/]", EnableMarkdown = false },
4 references to Value
aspire (4)
Utils\ConsoleActivityLogger.cs (4)
316? MarkdownToSpectreConverter.ConvertToSpectre(item.Value) 317: item.Value.EscapeMarkup(); 325? MarkdownToSpectreConverter.ConvertLinksToPlainText(item.Value).EscapeMarkup() 326: item.Value.EscapeMarkup();