18 writes to IconName
Aspire.Hosting.Tests (2)
Dashboard\DashboardServiceTests.cs (1)
162
IconName
= "Icon name!",
WithHttpCommandTests.cs (1)
115
IconName
= "DatabaseLightning",
Stress.AppHost (15)
Program.cs (15)
56
IconName
= "CloudDatabase"
67
IconName
= "CloudDatabase",
78
serviceBuilder.WithHttpCommand("/write-console", "Write to console", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
79
serviceBuilder.WithHttpCommand("/increment-counter", "Increment counter", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
80
serviceBuilder.WithHttpCommand("/big-trace", "Big trace", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
81
serviceBuilder.WithHttpCommand("/trace-limit", "Trace limit", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
82
serviceBuilder.WithHttpCommand("/log-message", "Log message", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
83
serviceBuilder.WithHttpCommand("/log-message-limit", "Log message limit", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
84
serviceBuilder.WithHttpCommand("/multiple-traces-linked", "Multiple traces linked", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
85
serviceBuilder.WithHttpCommand("/overflow-counter", "Overflow counter", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
86
serviceBuilder.WithHttpCommand("/nested-trace-spans", "Out of order nested spans", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
87
serviceBuilder.WithHttpCommand("/exemplars-no-span", "Examplars with no span", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
101
commandOptions: new() {
IconName
= "CloudDatabase" })
110
commandOptions: new() {
IconName
= "Stop", IconVariant = IconVariant.Filled })
119
commandOptions: new() {
IconName
= "Play", IconVariant = IconVariant.Filled });
TestShop.AppHost (1)
Program.cs (1)
43
IconName
= "DatabaseLightning",
1 reference to IconName
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1546
return builder.WithAnnotation(new ResourceCommandAnnotation(name, displayName, commandOptions.UpdateState ?? (c => ResourceCommandState.Enabled), executeCommand, commandOptions.Description, commandOptions.Parameter, commandOptions.ConfirmationMessage, commandOptions.
IconName
, commandOptions.IconVariant, commandOptions.IsHighlighted));