3 references to GetSupportedLaunchConfigurations
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
1297
var supportedLaunchConfigurations = ExtensionUtils.
GetSupportedLaunchConfigurations
(_configuration);
1355
var supportedLaunchConfigurations = ExtensionUtils.
GetSupportedLaunchConfigurations
(_configuration);
Utils\ExtensionUtils.cs (1)
17
var supportedLaunchConfigurations =
GetSupportedLaunchConfigurations
(configuration);