1 write to _integrationPackageSearchService
aspire (1)
Commands\AddCommand.cs (1)
59_integrationPackageSearchService = integrationPackageSearchService;
3 references to _integrationPackageSearchService
aspire (3)
Commands\AddCommand.cs (3)
143(configuredChannel, configuredChannelExitCode) = _integrationPackageSearchService.GetConfiguredChannel(effectiveAppHostProjectFile, project); 184async () => await _integrationPackageSearchService.GetIntegrationPackagesWithPolyglotCompatibilityAsync(effectiveAppHostProjectFile.Directory!, configuredChannel, cancellationToken)); 192async () => await _integrationPackageSearchService.GetIntegrationPackagesWithChannelsAsync(effectiveAppHostProjectFile.Directory!, configuredChannel, cancellationToken));