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