96 writes to IconName
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
3018
target.
IconName
= source.IconName;
3810
commandOptions.
IconName
= exportOptions.IconName ?? commandOptions.IconName;
Aspire.Hosting.Azure (2)
AzureEnvironmentResourceExtensions.cs (1)
62
IconName
= command.IconName,
AzureResourcePreparer.cs (1)
85
IconName
= command.IconName,
Aspire.Hosting.Azure.Kusto (2)
AzureKustoBuilderExtensions.cs (2)
344
IconName
= "DatabaseSearch"
354
IconName
= "DatabaseSearch"
Aspire.Hosting.Blazor (2)
BrowserDebuggerHelper.cs (2)
225
IconName
= "Bug",
276
IconName
= "DismissCircle",
Aspire.Hosting.Browsers (3)
BrowserLogsBuilderExtensions.cs (3)
174
IconName
= "Open",
216
IconName
= "Settings",
274
IconName
= "Camera",
Aspire.Hosting.Browsers.Tests (3)
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (3)
174
IconName
= "Open",
216
IconName
= "Settings",
274
IconName
= "Camera",
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
613
IconName
= "LinkMultiple",
Aspire.Hosting.EntityFrameworkCore (6)
EFResourceBuilderExtensions.cs (6)
702
IconName
= "ArrowSync",
718
IconName
= "Delete",
735
IconName
= "ArrowReset",
748
IconName
= "Add",
771
IconName
= "Subtract",
783
IconName
= "Info",
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
321
IconName
= "ChatSparkle",
PromptAgent\PromptAgentBuilderExtensions.cs (1)
113
IconName
= "ChatSparkle",
Aspire.Hosting.Tests (6)
Dashboard\DashboardServiceTests.cs (1)
181
IconName
= "Icon name!",
WithHttpCommandTests.cs (3)
232
IconName
= "DatabaseLightning",
263
IconName
= "DatabaseLightning",
310
IconName
= "CommonIcon",
WithProcessCommandTests.cs (2)
58
IconName
= "Command",
103
IconName
= "Command",
DotnetTool.AppHost (1)
AppHost.cs (1)
109
IconName
= "Delete"
Stress.AppHost (65)
CommandResources.cs (54)
47
IconName
= "CloudDatabase"
58
IconName
= "CloudDatabase",
71
IconName
= "Bracket"
82
IconName
= "Bracket",
94
IconName
= "NotARealIconName",
141
IconName
= "Send",
199
IconName
= "Code",
284
IconName
= "CheckmarkCircle",
362
IconName
= "TableLightning",
385
IconName
= "BranchFork",
522
IconName
= "WindowConsole",
544
IconName
= "WindowConsole",
572
IconName
= "WindowConsole",
600
IconName
= "WindowConsole",
612
IconName
= "Folder",
622
IconName
= "Warning",
632
IconName
= "TableLightning",
646
IconName
= "WindowConsole",
679
IconName
= "Warning",
701
IconName
= "DatabasePlugConnected",
747
IconName
= "Beaker",
781
IconName
= "Play",
819
IconName
= "DatabaseArrowRight",
866
IconName
= "WindowConsole",
903
serviceBuilder.WithHttpCommand("/write-console", "Write to console", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
904
serviceBuilder.WithHttpCommand("/increment-counter", "Increment counter", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
905
serviceBuilder.WithHttpCommand("/big-trace", "Big trace", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
906
serviceBuilder.WithHttpCommand("/log-message", "Log message", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
907
serviceBuilder.WithHttpCommand("/http-command-auto-result", "HTTP command auto result", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning", ResultMode = HttpCommandResultMode.Auto, Description = "Run an HTTP command and infer the result format from the response content type" });
908
serviceBuilder.WithHttpCommand("/http-command-json-result", "HTTP command JSON result", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning", ResultMode = HttpCommandResultMode.Json, Description = "Run an HTTP command and flow the JSON response back to the caller" });
909
serviceBuilder.WithHttpCommand("/http-command-text-result", "HTTP command text result", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning", ResultMode = HttpCommandResultMode.Text, Description = "Run an HTTP command and flow the plain-text response back to the caller" });
910
serviceBuilder.WithHttpCommand("/multiple-traces-linked", "Multiple traces linked", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
911
serviceBuilder.WithHttpCommand("/overflow-counter", "Overflow counter", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
912
serviceBuilder.WithHttpCommand("/nested-trace-spans", "Out of order nested spans", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
913
serviceBuilder.WithHttpCommand("/exemplars-no-span", "Examplars with no span", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
914
serviceBuilder.WithHttpCommand("/genai-trace", "Gen AI trace", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
915
serviceBuilder.WithHttpCommand("/genai-langchain-trace", "Gen AI LangChain trace", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
916
serviceBuilder.WithHttpCommand("/genai-trace-display-error", "Gen AI trace display error", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
917
serviceBuilder.WithHttpCommand("/genai-evaluations", "Gen AI evaluations", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
918
serviceBuilder.WithHttpCommand("/log-formatting", "Log formatting", commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
925
commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
930
commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
935
commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
940
commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
945
commandOptions: new() { Method = HttpMethod.Get,
IconName
= "ContentViewGalleryLightning" });
954
IconName
= "DatabaseLightning",
1104
commandOptions: new() {
IconName
= "CloudDatabase" })
1113
commandOptions: new() {
IconName
= "Stop", IconVariant = IconVariant.Filled })
1122
commandOptions: new() {
IconName
= "Play", IconVariant = IconVariant.Filled });
1147
commandOptions: new() {
IconName
= "Key", Description = "Generate a temporary access token" })
1167
commandOptions: new() {
IconName
= "LinkMultiple", Description = "Get the connection string for this resource" })
1177
commandOptions: new() {
IconName
= "Warning", Description = "Validate resource configuration (always fails with details)" })
1185
commandOptions: new() {
IconName
= "HeartBroken", Description = "Check resource health (always fails with details)" })
1211
commandOptions: new() {
IconName
= "CloudDatabase", Description = "Migrate the database with sample store data" });
InteractionCommands.cs (11)
792
IconName
= "CloudArrowUp",
821
IconName
= "ArrowSync",
847
IconName
= "ArrowSync",
872
IconName
= "ArrowSync",
895
IconName
= "ArrowSync",
918
IconName
= "ArrowSync",
943
IconName
= "CloudArrowUp",
968
IconName
= "BuildingFactory",
980
IconName
= "ArrowSync",
1029
IconName
= "DocumentArrowUp",
1086
IconName
= "CertificateAdd",
TestShop.AppHost (1)
AppHost.cs (1)
47
IconName
= "DatabaseLightning",
4 references to IconName
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
2935
return builder.WithAnnotation(new ResourceCommandAnnotation(name, displayName, commandOptions.UpdateState ?? (c => ResourceCommandState.Enabled), executeCommand, commandOptions.Description, commandOptions.Parameter, commandOptions.Arguments, commandOptions.ConfirmationMessage, commandOptions.
IconName
, commandOptions.IconVariant, commandOptions.IsHighlighted, commandOptions.Visibility, commandOptions.ValidateArguments, commandOptions.Progress));
3018
target.IconName = source.
IconName
;
3810
commandOptions.IconName = exportOptions.IconName ?? commandOptions.
IconName
;
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
121
commandOptions.
IconName
,