dn-vm / dnvm

dnvm is a command-line interface for installing and updating different dotnet SDKs
https://dnvm.net
MIT License
62 stars 7 forks source link

Fix download progress #128

Closed agocke closed 9 months ago

agocke commented 9 months ago

Change HttpClient.GetAsync call to pass ResponseHeadersRead. This allows for tracking download progress incrementally.