1 write to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
88
IsHighlighted
= isHighlighted;
18 references to IsHighlighted
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
1158
return 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)
94
Assert.True(command.
IsHighlighted
);
99
Assert.True(command.
IsHighlighted
);
104
Assert.False(command.
IsHighlighted
);
109
Assert.False(command.
IsHighlighted
);
679
Assert.True(cancelCommand.
IsHighlighted
);
680
Assert.True(deleteCommand.
IsHighlighted
);
681
Assert.True(reprovisionCommand.
IsHighlighted
);
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
431
Assert.True(command.
IsHighlighted
);
Aspire.Hosting.Foundry.Tests (2)
HostedAgentExtensionTests.cs (1)
86
Assert.True(command.
IsHighlighted
);
PromptAgentTests.cs (1)
81
Assert.True(command.
IsHighlighted
);
Aspire.Hosting.Tests (7)
Orchestrator\ParameterProcessorTests.cs (1)
880
Assert.True(setValueCommand.
IsHighlighted
);
WithHttpCommandTests.cs (4)
216
Assert.False(command.
IsHighlighted
);
248
Assert.True(command.
IsHighlighted
);
287
Assert.True(command.
IsHighlighted
);
321
Assert.True(command.
IsHighlighted
);
WithProcessCommandTests.cs (2)
79
Assert.True(command.
IsHighlighted
);
119
Assert.True(command.
IsHighlighted
);