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