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);
184
async () => await
_integrationPackageSearchService
.GetIntegrationPackagesWithPolyglotCompatibilityAsync(effectiveAppHostProjectFile.Directory!, configuredChannel, cancellationToken));
192
async () => await
_integrationPackageSearchService
.GetIntegrationPackagesWithChannelsAsync(effectiveAppHostProjectFile.Directory!, configuredChannel, cancellationToken));