5 references to RestartCommand
Aspire.Hosting (1)
ApplicationModel\CommandsConfigurationExtensions.cs (1)
92
name: KnownResourceCommands.
RestartCommand
,
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (1)
2283
a => Assert.Equal(KnownResourceCommands.
RestartCommand
, a.Name));
ResourceCommandAnnotationTests.cs (3)
79
var restartCommand = resourceBuilder.Resource.Annotations.OfType<ResourceCommandAnnotation>().Single(a => a.Name == KnownResourceCommands.
RestartCommand
);
94
var restartCommand = projectResource.Annotations.OfType<ResourceCommandAnnotation>().Single(a => a.Name == KnownResourceCommands.
RestartCommand
);
109
var restartCommand = csharpAppResource.Annotations.OfType<ResourceCommandAnnotation>().Single(a => a.Name == KnownResourceCommands.
RestartCommand
);