1 implementation of SearchPackagesAsync
aspire (1)
DotNetCliRunner.cs (1)
601
public async Task<(int ExitCode, NuGetPackage[]? Packages)>
SearchPackagesAsync
(DirectoryInfo workingDirectory, string query, bool prerelease, int take, int skip, string? nugetSource, DotNetCliRunnerInvocationOptions options, CancellationToken cancellationToken)
1 reference to SearchPackagesAsync
aspire (1)
NuGet\NuGetPackageCache.cs (1)
52
var result = await cliRunner.
SearchPackagesAsync
(