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