22 instantiations of BackchannelPipelineSummaryItem
aspire (12)
Commands\RenderCommand.cs (12)
498
new
() { Key = "Endpoint", Value = "https://myapp.azurecontainerapps.io", EnableMarkdown = false },
499
new
() { Key = "Resource Group", Value = "rg-myapp-dev", EnableMarkdown = false },
543
new
() { Key = "Endpoint", Value = "Application deployed to [https://myapp.azurecontainerapps.io](https://myapp.azurecontainerapps.io)", EnableMarkdown = true },
544
new
() { Key = "Dashboard", Value = "View resources at [Azure Portal](https://portal.azure.com/#view/resource/123)", EnableMarkdown = true },
545
new
() { Key = "API Docs", Value = "See the **API reference** at [docs](https://learn.microsoft.com/aspire) for more info", EnableMarkdown = true },
546
new
() { Key = "Connection String", Value = "`Server=tcp:myserver.database.windows.net;Database=mydb`", EnableMarkdown = true },
547
new
() { Key = "Region", Value = "East US 2", EnableMarkdown = false },
548
new
() { Key = "Resource Group", Value = "rg-myapp-prod", EnableMarkdown = false },
549
new
() { Key = "Next Steps", Value = "Run `aspire publish --env staging` to deploy to **staging**, or visit [the docs](https://learn.microsoft.com/aspire/deployment) for more options.", EnableMarkdown = true },
797
new
() { Key = "Endpoint", Value = "Application deployed to [https://myapp.azurecontainerapps.io](https://myapp.azurecontainerapps.io)", EnableMarkdown = true },
798
new
() { Key = "Region", Value = "East US 2", EnableMarkdown = false },
799
new
() { Key = "Next Steps", Value = "Run `aspire publish --env staging` to deploy to **staging**.", EnableMarkdown = true },
Aspire.Cli.Tests (10)
Utils\ConsoleActivityLoggerTests.cs (10)
73
new
() { Key = "☁️ Target", Value = "Azure", EnableMarkdown = false },
74
new
() { Key = "📦 Resource Group", Value = "VNetTest5 [link](https://portal.azure.com/#/resource/subscriptions/sub-id/resourceGroups/VNetTest5/overview)", EnableMarkdown = true },
75
new
() { Key = "🔑 Subscription", Value = "sub-id", EnableMarkdown = false },
76
new
() { Key = "🌐 Location", Value = "eastus", EnableMarkdown = false },
103
new
() { Key = "📦 Resource Group", Value = $"VNetTest5 [link]({portalUrl})", EnableMarkdown = true },
124
new
() { Key = "📦 Resource Group", Value = $"VNetTest5 [link]({portalUrl})", EnableMarkdown = true },
149
new
() { Key = "☁️ Target", Value = "Azure", EnableMarkdown = false },
150
new
() { Key = "🌐 Location", Value = "eastus", EnableMarkdown = false },
171
new
() { Key = "Key [with] brackets", Value = "plain value", EnableMarkdown = false },
193
new
() { Key = "Key [with] brackets", Value = "Value [bold]not bold[/]", EnableMarkdown = false },
12 references to BackchannelPipelineSummaryItem
aspire (6)
Commands\RenderCommand.cs (1)
558
IReadOnlyList<
BackchannelPipelineSummaryItem
>? PipelineSummary = null);
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
817
public IReadOnlyList<
BackchannelPipelineSummaryItem
>? PipelineSummary { get; init; }
Utils\ConsoleActivityLogger.cs (4)
47
private IReadOnlyList<
BackchannelPipelineSummaryItem
>? _pipelineSummary;
342
foreach (
var
item in pipelineSummary)
367
private string FormatPipelineSummaryItem(
BackchannelPipelineSummaryItem
item)
394
public void SetFinalResult(bool succeeded, IReadOnlyList<
BackchannelPipelineSummaryItem
>? pipelineSummary = null)
Aspire.Cli.Tests (6)
Utils\ConsoleActivityLoggerTests.cs (6)
71
var summary = new List<
BackchannelPipelineSummaryItem
>
101
var summary = new List<
BackchannelPipelineSummaryItem
>
122
var summary = new List<
BackchannelPipelineSummaryItem
>
147
var summary = new List<
BackchannelPipelineSummaryItem
>
169
var summary = new List<
BackchannelPipelineSummaryItem
>
191
var summary = new List<
BackchannelPipelineSummaryItem
>