15 references to Disabled
Aspire.Hosting (4)
ApplicationModel\CommandsConfigurationExtensions.cs (3)
36
return ResourceCommandState.
Disabled
;
68
return ResourceCommandState.
Disabled
;
101
return ResourceCommandState.
Disabled
;
Dashboard\proto\Partials.cs (1)
111
Hosting.ApplicationModel.ResourceCommandState.
Disabled
=> ResourceCommandState.Disabled,
Aspire.Hosting.Tests (11)
ResourceCommandAnnotationTests.cs (11)
12
[InlineData(CommandsConfigurationExtensions.StartCommandName, "Starting", ResourceCommandState.
Disabled
)]
18
[InlineData(CommandsConfigurationExtensions.StartCommandName, "Waiting", ResourceCommandState.
Disabled
)]
19
[InlineData(CommandsConfigurationExtensions.StartCommandName, "RuntimeUnhealthy", ResourceCommandState.
Disabled
)]
21
[InlineData(CommandsConfigurationExtensions.StopCommandName, "Stopping", ResourceCommandState.
Disabled
)]
28
[InlineData(CommandsConfigurationExtensions.RestartCommandName, "Starting", ResourceCommandState.
Disabled
)]
29
[InlineData(CommandsConfigurationExtensions.RestartCommandName, "Stopping", ResourceCommandState.
Disabled
)]
31
[InlineData(CommandsConfigurationExtensions.RestartCommandName, "Exited", ResourceCommandState.
Disabled
)]
32
[InlineData(CommandsConfigurationExtensions.RestartCommandName, "Finished", ResourceCommandState.
Disabled
)]
33
[InlineData(CommandsConfigurationExtensions.RestartCommandName, "FailedToStart", ResourceCommandState.
Disabled
)]
34
[InlineData(CommandsConfigurationExtensions.RestartCommandName, "Waiting", ResourceCommandState.
Disabled
)]
35
[InlineData(CommandsConfigurationExtensions.RestartCommandName, "RuntimeUnhealthy", ResourceCommandState.
Disabled
)]