1 write to IconName
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
41IconName = iconName;
3 references to IconName
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
677return new ResourceCommandSnapshot(annotation.Name, state, annotation.DisplayName, annotation.DisplayDescription, annotation.Parameter, annotation.ConfirmationMessage, annotation.IconName, annotation.IconVariant, annotation.IsHighlighted);
Aspire.Hosting.Tests (2)
WithHttpCommandTests.cs (2)
54Assert.Null(command.IconName); 86Assert.Equal("DatabaseLightning", command.IconName);