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