4 writes to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (4)
Commands\UpdateCommandTests.cs (4)
375
DownloadLatestCliAsyncCallback
= (channel, ct) =>
422
DownloadLatestCliAsyncCallback
= (quality, ct) =>
463
DownloadLatestCliAsyncCallback
= (channel, ct) =>
917
DownloadLatestCliAsyncCallback
= (channel, ct) =>
2 references to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestCliDownloader.cs (2)
24
if (
DownloadLatestCliAsyncCallback
is not null)
26
return
DownloadLatestCliAsyncCallback
(quality, cancellationToken);