1 write to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
43
IsHighlighted
= isHighlighted;
3 references to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
677
return 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)
56
Assert.False(command.
IsHighlighted
);
88
Assert.True(command.
IsHighlighted
);