10 references to RuntimeUnhealthy
Aspire.Hosting (6)
ApplicationModel\CommandsConfigurationExtensions.cs (1)
121
static bool IsRuntimeUnhealthy(string? state) => state == KnownResourceStates.
RuntimeUnhealthy
;
ApplicationModel\CustomResourceSnapshot.cs (1)
360
public static readonly string RuntimeUnhealthy = nameof(
RuntimeUnhealthy
);
ApplicationModel\ResourceNotificationService.cs (3)
177
snapshot.State.Text == KnownResourceStates.
RuntimeUnhealthy
)
216
snapshot.State?.Text == KnownResourceStates.
RuntimeUnhealthy
,
298
snapshot.State?.Text == KnownResourceStates.
RuntimeUnhealthy
,
ResourceBuilderExtensions.cs (1)
1634
targetRunning = resourceState == KnownResourceStates.Running || resourceState == KnownResourceStates.
RuntimeUnhealthy
;
Aspire.Hosting.Tests (4)
WaitForTests.cs (4)
197
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]
308
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]
342
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]
384
[InlineData(nameof(KnownResourceStates.
RuntimeUnhealthy
))]