3 references to StopCommand
Aspire.Hosting (1)
ApplicationModel\CommandsConfigurationExtensions.cs (1)
53name: KnownResourceCommands.StopCommand,
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
1671a => Assert.Equal(KnownResourceCommands.StopCommand, a.Name),
Eventing\DistributedApplicationBuilderEventingTests.cs (1)
332await app.ResourceCommands.ExecuteCommandAsync("redis", KnownResourceCommands.StopCommand);