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