15 references to ResourceWaitTarget
aspire (9)
Backchannel\ResourceWaitService.cs (5)
46
ResourceWaitTarget
target,
83
internal static string GetProtocolValue(
ResourceWaitTarget
target)
87
ResourceWaitTarget
.Healthy => "healthy",
88
ResourceWaitTarget
.Up => "up",
89
ResourceWaitTarget
.Down => "down",
Commands\WaitCommand.cs (4)
174
private static
ResourceWaitTarget
GetWaitTarget(string status)
178
"healthy" =>
ResourceWaitTarget
.Healthy,
179
"up" =>
ResourceWaitTarget
.Up,
180
"down" =>
ResourceWaitTarget
.Down,
Aspire.Cli.Tests (6)
Backchannel\ResourceWaitServiceTests.cs (6)
17
var
target = expectedStatus switch
19
"healthy" =>
ResourceWaitTarget
.Healthy,
20
"up" =>
ResourceWaitTarget
.Up,
21
"down" =>
ResourceWaitTarget
.Down,
75
ResourceWaitTarget
.Down,
108
ResourceWaitTarget
.Healthy,