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