3 references to GetIntegrationPackagesWithChannelsAsync
aspire (3)
Commands\AddCommand.cs (1)
192
async () => 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)
95
async () => await _integrationPackageSearchService.
GetIntegrationPackagesWithChannelsAsync
(workingDirectory, configuredChannel, cancellationToken)))