3 references to HasNoState
Aspire.Hosting (3)
ApplicationModel\CommandsConfigurationExtensions.cs (3)
32
if (IsStarting(state) || IsRuntimeUnhealthy(state) ||
HasNoState
(state))
69
else if (!IsStopped(state) && !IsStarting(state) && !IsWaiting(state) && !IsRuntimeUnhealthy(state) && !
HasNoState
(state))
99
if (IsStarting(state) || IsStopping(state) || IsStopped(state) || IsWaiting(state) || IsRuntimeUnhealthy(state) ||
HasNoState
(state))