11 references to CreateLaunchConfigurationAsync
Aspire.Hosting.Blazor.Tests (2)
BlazorHostedExtensionsTests.cs (1)
532var launchConfiguration = await resource.CreateLaunchConfigurationAsync(ExecutableLaunchMode.Debug);
WithBlazorAppTests.cs (1)
489var launchConfiguration = await resource.CreateLaunchConfigurationAsync(ExecutableLaunchMode.Debug);
Aspire.Hosting.Rust.Tests (6)
RustPublicApiTests.cs (6)
369await app.Resource.CreateLaunchConfigurationAsync( 376await app.Resource.CreateLaunchConfigurationAsync( 440await app.Resource.CreateLaunchConfigurationAsync( 444await app.Resource.CreateLaunchConfigurationAsync( 479() => app.Resource.CreateLaunchConfigurationAsync( 483await app.Resource.CreateLaunchConfigurationAsync(
Aspire.Hosting.Tests (3)
DebugSupportExtensionsTests.cs (3)
88await executable.Resource.CreateLaunchConfigurationAsync(ExecutableLaunchMode.NoDebug, cts.Token)); 230await executable.Resource.CreateLaunchConfigurationAsync(ExecutableLaunchMode.NoDebug, cts.Token)); 249() => executable.Resource.CreateLaunchConfigurationAsync(null!, CancellationToken.None));