3 writes to UdsPath
Aspire.Hosting (2)
Dcp\ContainerCreator.cs (1)
371
UdsPath
= terminalAnnotation.TerminalHosts[0].Layout.ProducerUdsPath,
Dcp\ExecutableCreator.cs (1)
306
UdsPath
= terminalAnnotation.TerminalHosts[replicaIndex].Layout.ProducerUdsPath,
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
9921
UdsPath
= "/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)
9798
Assert.Equal(hosts[i].Layout.ProducerUdsPath, spec!.
UdsPath
);
9859
Assert.Equal(host.Layout.ProducerUdsPath, exe.Spec.Terminal!.
UdsPath
);
9903
Assert.Equal(host.Layout.ProducerUdsPath, container.Spec.Terminal!.
UdsPath
);