6 writes to DownloadLatestCliAsyncCallback
Aspire.Cli.Tests (6)
Commands\UpdateCommandTests.cs (6)
377
DownloadLatestCliAsyncCallback
= (channel, ct) =>
424
DownloadLatestCliAsyncCallback
= (quality, ct) =>
465
DownloadLatestCliAsyncCallback
= (channel, ct) =>
930
DownloadLatestCliAsyncCallback
= (channel, ct) =>
975
DownloadLatestCliAsyncCallback
= (channel, ct) =>
1007
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);