17 writes to IsAlive
Aspire.Cli.Tests (17)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
172
IsAlive
= true,
Commands\TerminalCommandTests.cs (9)
185
IsAlive
= true
192
IsAlive
= true
270
IsAlive
= true
277
IsAlive
= true
383
IsAlive
= true,
488
IsAlive
= true,
502
IsAlive
= true,
531
IsAlive
= false,
718
IsAlive
= true,
Commands\TerminalTapePlayCommandTests.cs (7)
137
new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused",
IsAlive
= true },
138
new() { ReplicaIndex = 1, Label = "shell-1", ConsumerUdsPath = "unused",
IsAlive
= true }
174
new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused",
IsAlive
= true },
180
IsAlive
= producerConnected,
230
Replicas = [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused",
IsAlive
= false }]
282
IsAlive
= Interlocked.Increment(ref requests) > 1
515
Replicas = [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = socketPath ?? "unused",
IsAlive
= true }]
9 references to IsAlive
aspire (8)
Commands\TerminalAttachCommand.cs (1)
120
if (!replica.
IsAlive
)
Commands\TerminalPsCommand.cs (2)
173
IsAlive = replica.
IsAlive
,
311
var status = replica.
IsAlive
Commands\TerminalResourceResolver.cs (1)
76
r => r.
IsAlive
Commands\TerminalTapePlayCommand.cs (1)
137
while (!replica.
IsAlive
)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (3)
1639
/// replica. Synonym for <see cref="
IsAlive
"/> with clearer naming.
1750
/// is false and the per-replica entries are degraded (<see cref="TerminalReplicaInfo.
IsAlive
"/> =
1789
/// <see cref="TerminalReplicaInfo.
IsAlive
"/> = false and the AppHost-known
Aspire.Cli.Tests (1)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
133
Assert.True(replica.
IsAlive
);