3 implementations of SearchPackagesAsync
aspire (1)
DotNet\DotNetCliRunner.cs (1)
1444
public async Task<(int ExitCode, NuGetPackage[]? Packages)>
SearchPackagesAsync
(DirectoryInfo workingDirectory, string query, bool exactMatch, bool prerelease, int take, int skip, FileInfo? nugetConfigFile, bool useCache, ProcessInvocationOptions options, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Templating\DotNetTemplateFactoryTests.cs (1)
447
public Task<(int ExitCode, NuGetPackageCli[]? Packages)>
SearchPackagesAsync
(DirectoryInfo workingDirectory, string query, bool exactMatch, bool prerelease, int take, int skip, FileInfo? nugetConfigFile, bool useCache, ProcessInvocationOptions options, CancellationToken cancellationToken)
TestServices\TestDotNetCliRunner.cs (1)
179
public Task<(int ExitCode, NuGetPackage[]? Packages)>
SearchPackagesAsync
(DirectoryInfo workingDirectory, string query, bool exactMatch, bool prerelease, int take, int skip, FileInfo? nugetConfigFile, bool useCache, ProcessInvocationOptions options, CancellationToken cancellationToken)
2 references to SearchPackagesAsync
aspire (2)
NuGet\NuGetPackageCache.cs (2)
129
var result = await cliRunner.
SearchPackagesAsync
(
195
var result = await cliRunner.
SearchPackagesAsync
(