3 writes to UdsPath
Aspire.Hosting (2)
Dcp\ContainerCreator.cs (1)
371UdsPath = terminalAnnotation.TerminalHosts[0].Layout.ProducerUdsPath,
Dcp\ExecutableCreator.cs (1)
306UdsPath = terminalAnnotation.TerminalHosts[replicaIndex].Layout.ProducerUdsPath,
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
9921UdsPath = "/tmp/aspire/term.sock",
5 references to UdsPath
Aspire.Hosting (2)
Dcp\Model\TerminalSpec.cs (2)
11/// <see cref="UdsPath"/>, depending on <see cref="SocketMode"/>. 30/// Selects how DCP establishes the HMP v1 connection over <see cref="UdsPath"/>.
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (3)
9798Assert.Equal(hosts[i].Layout.ProducerUdsPath, spec!.UdsPath); 9859Assert.Equal(host.Layout.ProducerUdsPath, exe.Spec.Terminal!.UdsPath); 9903Assert.Equal(host.Layout.ProducerUdsPath, container.Spec.Terminal!.UdsPath);