11 references to Hidden
Aspire.Hosting (3)
ApplicationModel\CommandsConfigurationExtensions.cs (2)
44return ResourceCommandState.Hidden; 76return ResourceCommandState.Hidden;
Dashboard\proto\Partials.cs (1)
112Hosting.ApplicationModel.ResourceCommandState.Hidden => ResourceCommandState.Hidden,
Aspire.Hosting.Tests (8)
ResourceCommandAnnotationTests.cs (8)
13[InlineData(CommandsConfigurationExtensions.StartCommandName, "Stopping", ResourceCommandState.Hidden)] 14[InlineData(CommandsConfigurationExtensions.StartCommandName, "Running", ResourceCommandState.Hidden)] 20[InlineData(CommandsConfigurationExtensions.StopCommandName, "Starting", ResourceCommandState.Hidden)] 23[InlineData(CommandsConfigurationExtensions.StopCommandName, "Exited", ResourceCommandState.Hidden)] 24[InlineData(CommandsConfigurationExtensions.StopCommandName, "Finished", ResourceCommandState.Hidden)] 25[InlineData(CommandsConfigurationExtensions.StopCommandName, "FailedToStart", ResourceCommandState.Hidden)] 26[InlineData(CommandsConfigurationExtensions.StopCommandName, "Waiting", ResourceCommandState.Hidden)] 27[InlineData(CommandsConfigurationExtensions.StopCommandName, "RuntimeUnhealthy", ResourceCommandState.Hidden)]