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