async progressbar with System.Net.Webclient.DownloadFileTaskAsync #474
Unanswered
bananaboy139
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you post a link to a repository containing a minimal reproducable example, and I'll take a look at it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I use AnsiConsole.Progress().StartAsync() with System.Net.Webclient.DownloadFileTaskAsync()?
I can't get the progress to work, it starys at 0.
Dow.DownloadAsync is just a function to setup the webcllient and start the DownloadFileTaskAsync() method
edit:
repo: https://github.com/bananaboy139/MDownloader
warning, my code is terrible
Beta Was this translation helpful? Give feedback.
All reactions