18 writes to SearchPackagesAsyncCallback
Aspire.Cli.Tests (18)
Commands\AddCommandTests.cs (8)
46
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
120
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
192
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
272
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
354
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
432
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
513
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
577
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
Commands\NewCommandTests.cs (10)
47
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
103
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
156
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
222
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
296
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
350
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
404
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
458
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
503
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) => {
537
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
2 references to SearchPackagesAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
83
return
SearchPackagesAsyncCallback
!= null
84
? Task.FromResult(
SearchPackagesAsyncCallback
(workingDirectory, query, prerelease, take, skip, nugetSource, options, cancellationToken))