3 references to ProduceLaunchConfigurationAsync
Aspire.Hosting (3)
ApplicationModel\ExecutableLaunchRecipe.cs (3)
385
var launchConfiguration = await
ProduceLaunchConfigurationAsync
(context, debugSupport).ConfigureAwait(false);
549
.
ProduceLaunchConfigurationAsync
(context, customDebugSupport)
571
.
ProduceLaunchConfigurationAsync
(context, debugSupport)