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