21 writes to SearchPackagesAsyncCallback
Aspire.Cli.Tests (21)
Commands\AddCommandTests.cs (9)
47
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
122
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
195
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
276
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
359
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
438
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
520
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
587
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
641
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
Commands\NewCommandTests.cs (11)
48
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
104
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
157
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
223
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
297
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
351
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
405
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
459
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
504
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) => {
538
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
591
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
NuGet\NuGetPackageCacheTests.cs (1)
23
runner.
SearchPackagesAsyncCallback
= (_, _, _, _, _, _, _, _) =>
2 references to SearchPackagesAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
85
return
SearchPackagesAsyncCallback
!= null
86
? Task.FromResult(
SearchPackagesAsyncCallback
(workingDirectory, query, prerelease, take, skip, nugetSource, options, cancellationToken))