12 references to Hidden
Aspire.Hosting (3)
ApplicationModel\CommandsConfigurationExtensions.cs (2)
42return ResourceCommandState.Hidden; 75return ResourceCommandState.Hidden;
Dashboard\proto\Partials.cs (1)
121Hosting.ApplicationModel.ResourceCommandState.Hidden => ResourceCommandState.Hidden,
Aspire.Hosting.Tests (9)
ResourceCommandAnnotationTests.cs (9)
14[InlineData(KnownResourceCommands.StartCommand, "Stopping", ResourceCommandState.Hidden)] 15[InlineData(KnownResourceCommands.StartCommand, "Running", ResourceCommandState.Hidden)] 22[InlineData(KnownResourceCommands.StopCommand, "Starting", ResourceCommandState.Hidden)] 25[InlineData(KnownResourceCommands.StopCommand, "Exited", ResourceCommandState.Hidden)] 26[InlineData(KnownResourceCommands.StopCommand, "Finished", ResourceCommandState.Hidden)] 27[InlineData(KnownResourceCommands.StopCommand, "FailedToStart", ResourceCommandState.Hidden)] 28[InlineData(KnownResourceCommands.StopCommand, "Unknown", ResourceCommandState.Hidden)] 29[InlineData(KnownResourceCommands.StopCommand, "Waiting", ResourceCommandState.Hidden)] 30[InlineData(KnownResourceCommands.StopCommand, "RuntimeUnhealthy", ResourceCommandState.Hidden)]