9 writes to IsAlive
Aspire.Cli.Tests (9)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
145
IsAlive
= true,
Commands\TerminalCommandTests.cs (8)
184
IsAlive
= true
191
IsAlive
= true
269
IsAlive
= true
276
IsAlive
= true
380
IsAlive
= true,
483
IsAlive
= true,
497
IsAlive
= true,
526
IsAlive
= false,
8 references to IsAlive
aspire (7)
Commands\TerminalAttachCommand.cs (2)
149
if (!replica!.
IsAlive
)
248
r => r.
IsAlive
Commands\TerminalPsCommand.cs (2)
171
IsAlive = replica.
IsAlive
,
232
var status = 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)
116
Assert.True(replica.
IsAlive
);