1 write to _cliDownloader
aspire (1)
Commands\UpdateCommand.cs (1)
83
_cliDownloader
= cliDownloader;
5 references to _cliDownloader
aspire (5)
Commands\UpdateCommand.cs (5)
378
if (
_cliDownloader
is not null &&
432
if (GetDotNetToolUpdateCommand() is null && GetNpmUpdateCommand() is null &&
_cliDownloader
is not null)
564
if (
_cliDownloader
is null ||
661
if (
_cliDownloader
is null)
727
var archivePath = await
_cliDownloader
.DownloadLatestCliAsync(channel, cancellationToken);