7 references to CreateLaunchConfigurationAsync
Aspire.Hosting.JavaScript.Tests (7)
AddDenoAppTests.cs (7)
2571var launchConfig = await CreateLaunchConfigurationAsync(denoApp.Resource); 2592var launchConfig = await CreateLaunchConfigurationAsync(denoApp.Resource); 2611var launchConfig = await CreateLaunchConfigurationAsync(denoApp.Resource); 2630var launchConfig = await CreateLaunchConfigurationAsync(denoApp.Resource); 2646var launchConfig = await CreateLaunchConfigurationAsync(denoApp.Resource); 2663var launchConfig = await CreateLaunchConfigurationAsync(denoApp.Resource); 2681() => CreateLaunchConfigurationAsync(denoApp.Resource, cancellationTokenSource.Token));