QUIKSharp
QUIKSharp copied to clipboard
Encoding issue on .net core
GetEncoding(1251) fails on .net core throws an exception. To prevent it we need to register the provider.
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);