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