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