1 write to IsAlive
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
540
IsAlive
= session?.IsAlive ?? false,
13 references to IsAlive
Aspire.Hosting (5)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
430
/// (e.g. host not yet started) degrade to <see cref="TerminalReplicaInfo.
IsAlive
"/> = false
472
/// path and <see cref="TerminalReplicaInfo.
IsAlive
"/> = false, so callers can always render
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.Hosting.Tests (8)
Backchannel\GetTerminalInfoAsyncTests.cs (8)
76
Assert.False(result.Replicas[i].
IsAlive
);
143
Assert.True(result.Replicas[0].
IsAlive
);
161
Assert.False(result.Replicas[1].
IsAlive
);
191
Assert.True(result.Replicas[0].
IsAlive
);
192
Assert.False(result.Replicas[1].
IsAlive
);
221
Assert.False(summary.Replicas[i].
IsAlive
);
253
Assert.True(summary.Replicas[0].
IsAlive
);
254
Assert.False(summary.Replicas[1].
IsAlive
);