Skip to content

Instantly share code, notes, and snippets.

@robinrodricks
Created September 27, 2017 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinrodricks/b506cb7d71691a4ea46045ccddf43f47 to your computer and use it in GitHub Desktop.
Save robinrodricks/b506cb7d71691a4ea46045ccddf43f47 to your computer and use it in GitHub Desktop.
- New Task-based async methods for .NET Standard and .NET Fx 4.5 (thanks @taoyouh)
- New async methods for UploadFile, DownloadFile, UploadFiles & DownloadFiles (thanks @artiomchi)
- Migrate to a single VS 2017 solution for all frameworks (thanks @artiomchi)
- Continuous Integration using AppVeyor (thanks @artiomchi)
- (UWP) Fix: FileNotFoundException with reference System.Console (thanks @artiomchi)
- (.NET core) Fix: Thread suspends when calling UploadFile or DownloadFile (thanks @artiomchi)
- (.NET core) Fix: File download hangs inconsistently when reading data from stream (thanks @artiomchi, @bgroenks96)
- (.NET core) Fix: Stream does not dispose due to wrong handling of closing/disposing (thanks @artiomchi)
- Fix: File upload EOS bug when calling Stream.Read (thanks @bgroenks96, @artiomchi, @taoyouh)
- Fix: DownloadFileInternal not recognizing the download data type
with EnableThreadSafeConnections (thanks @bgroenks96)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment