2 references to GetConfiguredChannel
aspire (2)
Commands\AddCommand.cs (1)
143
(configuredChannel, configuredChannelExitCode) = _integrationPackageSearchService.
GetConfiguredChannel
(effectiveAppHostProjectFile, project);
Commands\IntegrationPackageSearchService.cs (1)
136
var (configuredChannel, exitCode) =
GetConfiguredChannel
(appHostProjectFile, project);