9 writes to Replicas
Aspire.Cli.Tests (9)
Commands\TerminalCommandTests.cs (4)
128
Replicas
= null
153
Replicas
= []
178
Replicas
=
263
Replicas
=
Commands\TerminalTapePlayCommandTests.cs (5)
135
Replicas
=
172
Replicas
=
230
Replicas
= [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused", IsAlive = false }]
275
Replicas
=
515
Replicas
= [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = socketPath ?? "unused", IsAlive = true }]
6 references to Replicas
aspire (5)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
1092
resourceName, response.IsAvailable, response.
Replicas
?.Length ?? 0);
Commands\TerminalResourceResolver.cs (1)
42
if (!info.IsAvailable || info.
Replicas
is not { Length: > 0 } replicas)
Commands\TerminalTapePlayCommand.cs (1)
141
if (info.IsAvailable && info.
Replicas
is { } replicas &&
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (2)
56
/// <see cref="GetTerminalInfoResponse.
Replicas
"/> AND the per-resource list returned by
1599
/// <see cref="GetTerminalInfoResponse.
Replicas
"/> when the auxiliary backchannel reports
Aspire.Cli.Tests (1)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (1)
76
Assert.Null(response.
Replicas
);