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