13 writes to IconName
Aspire.Hosting.Tests (2)
Dashboard\DashboardServiceTests.cs (1)
161
IconName
= "Icon name!",
WithHttpCommandTests.cs (1)
72
IconName
= "DatabaseLightning",
Stress.AppHost (10)
Program.cs (10)
42
IconName
= "CloudDatabase"
53
IconName
= "CloudDatabase",
64
serviceBuilder.WithHttpCommand("/write-console", "Write to console", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
65
serviceBuilder.WithHttpCommand("/increment-counter", "Increment counter", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
66
serviceBuilder.WithHttpCommand("/big-trace", "Big trace", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
67
serviceBuilder.WithHttpCommand("/trace-limit", "Trace limit", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
68
serviceBuilder.WithHttpCommand("/log-message", "Log message", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
69
serviceBuilder.WithHttpCommand("/log-message-limit", "Log message limit", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
70
serviceBuilder.WithHttpCommand("/multiple-traces-linked", "Multiple traces linked", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
71
serviceBuilder.WithHttpCommand("/overflow-counter", "Overflow counter", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
TestShop.AppHost (1)
Program.cs (1)
42
IconName
= "DatabaseLightning",
1 reference to IconName
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1386
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));