3 references to KnownResourceCommands
aspire (3)
Commands\RestartCommand.cs (1)
17
protected override string CommandName =>
KnownResourceCommands
.RestartCommand;
Commands\StartCommand.cs (1)
17
protected override string CommandName =>
KnownResourceCommands
.StartCommand;
Commands\StopCommand.cs (1)
223
KnownResourceCommands
.StopCommand,