18 writes to SearchPackagesAsyncCallback
Aspire.Cli.Tests (18)
Commands\AddCommandTests.cs (8)
44
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
117
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
188
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
267
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
348
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
425
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
500
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
563
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
Commands\NewCommandTests.cs (10)
45
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
100
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
152
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
217
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
290
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
343
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
396
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
449
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) =>
493
runner.
SearchPackagesAsyncCallback
= (dir, query, prerelease, take, skip, nugetSource, options, cancellationToken) => {
526
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))