You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the .NET 5.0 upgrade it's impossible to actually cancel an update for SA Tools in the Hub. This is because the implementation of WebClient is different between Framework and Core. WebClient in .NET 5.0 and higher no longer cancels the download in progress.
Microsoft treat WebClient as a deprecated class so they don't want to fix it. HttpClient is the recommended replacement but it lacks some features WebClient has out of the box, so it needs some workarounds to display download progress.
This issue will also affect the Mod Loader rewrite if it is upgraded to 5.0 or later.
The text was updated successfully, but these errors were encountered:
Since the .NET 5.0 upgrade it's impossible to actually cancel an update for SA Tools in the Hub. This is because the implementation of WebClient is different between Framework and Core. WebClient in .NET 5.0 and higher no longer cancels the download in progress.
Microsoft treat WebClient as a deprecated class so they don't want to fix it. HttpClient is the recommended replacement but it lacks some features WebClient has out of the box, so it needs some workarounds to display download progress.
This issue will also affect the Mod Loader rewrite if it is upgraded to 5.0 or later.
The text was updated successfully, but these errors were encountered: