1 write to ConsumerUdsPath
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
539
ConsumerUdsPath
= layout.ConsumerUdsPath,
10 references to ConsumerUdsPath
Aspire.Hosting (2)
Backchannel\BackchannelDataTypes.cs (2)
1751
/// false, AppHost-known <see cref="TerminalReplicaInfo.
ConsumerUdsPath
"/>), but the array shape
1790
/// <see cref="TerminalReplicaInfo.
ConsumerUdsPath
"/> populated, so the diagnostic shape
Aspire.Hosting.Tests (8)
Backchannel\GetTerminalInfoAsyncTests.cs (8)
77
Assert.Equal(hosts[i].Layout.ConsumerUdsPath, result.Replicas[i].
ConsumerUdsPath
);
142
Assert.Equal(hosts[0].Layout.ConsumerUdsPath, result.Replicas[0].
ConsumerUdsPath
);
160
Assert.Equal(hosts[1].Layout.ConsumerUdsPath, result.Replicas[1].
ConsumerUdsPath
);
193
Assert.Equal(hosts[0].Layout.ConsumerUdsPath, result.Replicas[0].
ConsumerUdsPath
);
194
Assert.Equal(hosts[1].Layout.ConsumerUdsPath, result.Replicas[1].
ConsumerUdsPath
);
222
Assert.Equal(hosts[i].Layout.ConsumerUdsPath, summary.Replicas[i].
ConsumerUdsPath
);
255
Assert.Equal(hosts[0].Layout.ConsumerUdsPath, summary.Replicas[0].
ConsumerUdsPath
);
256
Assert.Equal(hosts[1].Layout.ConsumerUdsPath, summary.Replicas[1].
ConsumerUdsPath
);