2 references to GetIntegrationPackagesWithPolyglotCompatibilityAsync
aspire (2)
Commands\AddCommand.cs (1)
184
async () => await _integrationPackageSearchService.
GetIntegrationPackagesWithPolyglotCompatibilityAsync
(effectiveAppHostProjectFile.Directory!, configuredChannel, cancellationToken));
Commands\IntegrationSearchCommand.cs (1)
87
async () => await _integrationPackageSearchService.
GetIntegrationPackagesWithPolyglotCompatibilityAsync
(workingDirectory, configuredChannel, cancellationToken));