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