1 write to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
88IsHighlighted = isHighlighted;
18 references to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
1158return new ResourceCommandSnapshot(annotation.Name, state, annotation.DisplayName, annotation.DisplayDescription, annotation.Parameter, annotation.ConfirmationMessage, annotation.IconName, annotation.IconVariant, annotation.IsHighlighted)
Aspire.Hosting.Azure.Tests (7)
AzureEnvironmentResourceExtensionsTests.cs (7)
94Assert.True(command.IsHighlighted); 99Assert.True(command.IsHighlighted); 104Assert.False(command.IsHighlighted); 109Assert.False(command.IsHighlighted); 679Assert.True(cancelCommand.IsHighlighted); 680Assert.True(deleteCommand.IsHighlighted); 681Assert.True(reprovisionCommand.IsHighlighted);
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
431Assert.True(command.IsHighlighted);
Aspire.Hosting.Foundry.Tests (2)
HostedAgentExtensionTests.cs (1)
86Assert.True(command.IsHighlighted);
PromptAgentTests.cs (1)
81Assert.True(command.IsHighlighted);
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (1)
880Assert.True(setValueCommand.IsHighlighted);
WithHttpCommandTests.cs (4)
216Assert.False(command.IsHighlighted); 248Assert.True(command.IsHighlighted); 287Assert.True(command.IsHighlighted); 321Assert.True(command.IsHighlighted);
WithProcessCommandTests.cs (2)
79Assert.True(command.IsHighlighted); 119Assert.True(command.IsHighlighted);