10 writes to Value
Aspire.Cli.Tests (10)
Utils\ConsoleActivityLoggerTests.cs (10)
37
new() { Key = "☁️ Target",
Value
= "Azure", EnableMarkdown = false },
38
new() { Key = "📦 Resource Group",
Value
= "VNetTest5 [link](https://portal.azure.com/#/resource/subscriptions/sub-id/resourceGroups/VNetTest5/overview)", EnableMarkdown = true },
39
new() { Key = "🔑 Subscription",
Value
= "sub-id", EnableMarkdown = false },
40
new() { Key = "🌐 Location",
Value
= "eastus", EnableMarkdown = false },
67
new() { Key = "📦 Resource Group",
Value
= $"VNetTest5 [link]({portalUrl})", EnableMarkdown = true },
88
new() { Key = "📦 Resource Group",
Value
= $"VNetTest5 [link]({portalUrl})", EnableMarkdown = true },
113
new() { Key = "☁️ Target",
Value
= "Azure", EnableMarkdown = false },
114
new() { Key = "🌐 Location",
Value
= "eastus", EnableMarkdown = false },
135
new() { Key = "Key [with] brackets",
Value
= "plain value", EnableMarkdown = false },
157
new() { 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();