17 writes to ConsumerUdsPath
Aspire.Cli.Tests (17)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
171ConsumerUdsPath = "/terminal/r0.sock",
Commands\TerminalCommandTests.cs (9)
184ConsumerUdsPath = "/tmp/does-not-exist-0.sock", 191ConsumerUdsPath = "/tmp/does-not-exist-1.sock", 269ConsumerUdsPath = "/tmp/does-not-exist-0.sock", 276ConsumerUdsPath = "/tmp/does-not-exist-1.sock", 382ConsumerUdsPath = "/tmp/r0.sock", 487ConsumerUdsPath = "/tmp/frontend-0.host.sock", 501ConsumerUdsPath = "/tmp/frontend-1.host.sock", 530ConsumerUdsPath = "/tmp/backend-0.host.sock", 717ConsumerUdsPath = "/tmp/frontend-0.host.sock",
Commands\TerminalTapePlayCommandTests.cs (7)
137new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused", IsAlive = true }, 138new() { ReplicaIndex = 1, Label = "shell-1", ConsumerUdsPath = "unused", IsAlive = true } 174new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused", IsAlive = true }, 179ConsumerUdsPath = producerConnected ? host.SocketPath : "unused", 230Replicas = [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused", IsAlive = false }] 281ConsumerUdsPath = host.SocketPath, 515Replicas = [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = socketPath ?? "unused", IsAlive = true }]
6 references to ConsumerUdsPath
aspire (6)
Commands\TerminalAttachCommand.cs (3)
155var viewerApp = new TerminalViewerApp(replica.ConsumerUdsPath, sessionLabel, displayName, viewerOnly, _logger); 164_logger.LogDebug(ex, "Failed to connect to terminal at {Path}", replica.ConsumerUdsPath); 172_logger.LogDebug(ex, "Terminal session connection lost at {Path}", replica.ConsumerUdsPath);
Commands\TerminalTapePlayCommand.cs (1)
151StreamFactory = async ct => await Hmp1Transports.ConnectUnixSocket(replica.ConsumerUdsPath, ct).ConfigureAwait(false),
src\Aspire.Hosting\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