5 references to ComputeCliSocketPath
aspire (1)
Utils\CliPathHelper.cs (1)
348
var socketPath = BackchannelConstants.
ComputeCliSocketPath
(homeDirectory, socketPrefix);
Aspire.Cli.Tests (4)
Utils\CliPathHelperTests.cs (4)
397
var staleFile = BackchannelConstants.
ComputeCliSocketPath
(tempRoot.FullName, "cli.sock");
400
var freshFile = BackchannelConstants.
ComputeCliSocketPath
(tempRoot.FullName, "cli.sock");
426
var matching = BackchannelConstants.
ComputeCliSocketPath
(tempRoot.FullName, "cli.sock");
429
var unrelated = BackchannelConstants.
ComputeCliSocketPath
(tempRoot.FullName, "apphost.sock");