1 instantiation of TestAppHostBackchannelServer
Aspire.Cli.Tests (1)
Commands\PsCommandTests.cs (1)
775
var server = new
TestAppHostBackchannelServer
(appHostPath, processId, sdkVersion);
6 references to TestAppHostBackchannelServer
Aspire.Cli.Tests (6)
Commands\PsCommandTests.cs (6)
195
using
var
server =
TestAppHostBackchannelServer
.Start(appHostPath, processId: 1234, sdkVersion: sdkVersion);
399
using
var
server =
TestAppHostBackchannelServer
.Start(appHostPath, processId: 1234, sdkVersion: "13.2.4.0");
773
public static
TestAppHostBackchannelServer
Start(string appHostPath, int processId, string sdkVersion)
775
var
server = new TestAppHostBackchannelServer(appHostPath, processId, sdkVersion);