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