10 references to RuntimeUnhealthy
Aspire.Hosting (6)
ApplicationModel\CommandsConfigurationExtensions.cs (1)
121
static bool IsRuntimeUnhealthy(string? state) => state == KnownResourceStates.
RuntimeUnhealthy
;
ApplicationModel\CustomResourceSnapshot.cs (1)
388
public static readonly string RuntimeUnhealthy = nameof(
RuntimeUnhealthy
);
ApplicationModel\ResourceNotificationService.cs (3)
250
snapshot.State?.Text == KnownResourceStates.
RuntimeUnhealthy
,
346
snapshot.State.Text == KnownResourceStates.
RuntimeUnhealthy
)
371
snapshot.State?.Text == KnownResourceStates.
RuntimeUnhealthy
,
ResourceBuilderExtensions.cs (1)
2164
targetRunning = resourceState == KnownResourceStates.Running || resourceState == KnownResourceStates.
RuntimeUnhealthy
;
Aspire.Hosting.Tests (4)
WaitForTests.cs (4)
198
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]
309
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]
343
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]
385
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]