Skip to content

Fedorus/xNetStandard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xNetStandard

NuGet version

This is version of https://github.com/X-rus/xNet for .NET Standard 2.0. Unlike xNet it can be used in .net Core.

There was some bugs with GZipStream before .net Core 2.1. If you having issues with content decoding you can:

  1. Disable it using "EnableEncodingContent" in HttpRequest (set it to false)
  2. Find Init() method where EnableEncodingContent is set to "true" by default