9 references to RuntimeUnhealthy
Aspire.Hosting (5)
ApplicationModel\CommandsConfigurationExtensions.cs (1)
121
static bool IsRuntimeUnhealthy(string? state) => state == KnownResourceStates.
RuntimeUnhealthy
;
ApplicationModel\CustomResourceSnapshot.cs (1)
348
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
,
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
))]