1 write to ControlUdsPath
Aspire.Hosting (1)
ApplicationModel\TerminalHostLayout.cs (1)
44ControlUdsPath = controlUdsPath;
13 references to ControlUdsPath
Aspire.Hosting (5)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (3)
517layout.ControlUdsPath, 525resourceName, replicaIndex, layout.ControlUdsPath); 532resourceName, replicaIndex, layout.ControlUdsPath);
TerminalResourceBuilderExtensions.cs (2)
263ControlSocketPath = layout.ControlUdsPath, 408context.Args.Add(host.Layout.ControlUdsPath);
Aspire.Hosting.Tests (8)
WithTerminalTests.cs (8)
371h.Layout.ControlUdsPath, 385File.WriteAllText(host.Layout.ControlUdsPath, string.Empty); 449Assert.Equal(host.Layout.ControlUdsPath, root.GetProperty("controlSocketPath").GetString()); 1066host.Layout.ControlUdsPath); 1118Assert.NotEmpty(single.Layout.ControlUdsPath); 1191Assert.Equal(expectedDirectory, Path.GetDirectoryName(host.Layout.ControlUdsPath)); 1196Assert.StartsWith(host.Layout.ReplicaId + ".", Path.GetFileName(host.Layout.ControlUdsPath)); 1275Assert.Contains(host.Layout.ControlUdsPath, args);