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