3 references to GetIntegrationPackagesWithChannelsAsync
aspire (3)
Commands\AddCommand.cs (1)
192async () => await _integrationPackageSearchService.GetIntegrationPackagesWithChannelsAsync(effectiveAppHostProjectFile.Directory!, configuredChannel, cancellationToken));
Commands\IntegrationPackageSearchService.cs (1)
46/// Searches the same channels as <see cref="GetIntegrationPackagesWithChannelsAsync"/> and, in the same
Commands\IntegrationSearchCommand.cs (1)
95async () => await _integrationPackageSearchService.GetIntegrationPackagesWithChannelsAsync(workingDirectory, configuredChannel, cancellationToken)))