6 references to SetParameterCommand
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
285
private static readonly string[] s_knownResourceCommands = [StartCommand, StopCommand, RestartCommand, RebuildCommand,
SetParameterCommand
, DeleteParameterCommand];
Aspire.Dashboard.Components.Tests (5)
Controls\ResourceDetailsTests.cs (5)
732
CommandViewModel.
SetParameterCommand
,
769
Assert.Equal(CommandViewModel.
SetParameterCommand
, capturedCommand!.Name);
778
CommandViewModel.
SetParameterCommand
,
807
currentResource.Name == resource.Name && command.Name == CommandViewModel.
SetParameterCommand
);
824
CommandViewModel.
SetParameterCommand
,