11 references to CreateLaunchConfigurationAsync
Aspire.Hosting (1)
ApplicationModel\DebugSupportExtensions.cs (1)
133return resource.CreateLaunchConfigurationAsync(
Aspire.Hosting.Dotnet.Tests (7)
DotnetProjectBuildCoordinatorTests.cs (5)
931await project.Resource.CreateLaunchConfigurationAsync(callbackContext)); 1136await project.Resource.CreateLaunchConfigurationAsync(callbackContext)); 1194await project.Resource.CreateLaunchConfigurationAsync(refreshedCallbackContext)); 1509await project.Resource.CreateLaunchConfigurationAsync(callbackContext)); 1625await project.Resource.CreateLaunchConfigurationAsync(callbackContext));
DotnetProjectResourceTests.cs (2)
585await app.Resource.CreateLaunchConfigurationAsync(callbackContext)); 624await app.Resource.CreateLaunchConfigurationAsync(callbackContext));
Aspire.Hosting.Tests (2)
DebugSupportExtensionsTests.cs (2)
280await executable.Resource.CreateLaunchConfigurationAsync(callbackContext)); 475return resource.CreateLaunchConfigurationAsync(callbackContext);
Aspire.Hosting.TestUtilities (1)
Utils\LaunchConfigurationTestHelpers.cs (1)
32return resource.CreateLaunchConfigurationAsync(callbackContext);