1 write to ControlUdsPath
Aspire.Hosting (1)
ApplicationModel\TerminalHostLayout.cs (1)
44ControlUdsPath = controlUdsPath;
13 references to ControlUdsPath
Aspire.Hosting (5)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (3)
510layout.ControlUdsPath, 518resourceName, replicaIndex, layout.ControlUdsPath); 525resourceName, replicaIndex, layout.ControlUdsPath);
TerminalResourceBuilderExtensions.cs (2)
282ControlSocketPath = layout.ControlUdsPath, 423context.Args.Add(host.Layout.ControlUdsPath);
Aspire.Hosting.Tests (8)
WithTerminalTests.cs (8)
322h.Layout.ControlUdsPath, 336File.WriteAllText(host.Layout.ControlUdsPath, string.Empty); 400Assert.Equal(host.Layout.ControlUdsPath, root.GetProperty("controlSocketPath").GetString()); 1017host.Layout.ControlUdsPath); 1069Assert.NotEmpty(single.Layout.ControlUdsPath); 1142Assert.Equal(expectedDirectory, Path.GetDirectoryName(host.Layout.ControlUdsPath)); 1147Assert.StartsWith(host.Layout.ReplicaId + ".", Path.GetFileName(host.Layout.ControlUdsPath)); 1226Assert.Contains(host.Layout.ControlUdsPath, args);