We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JsonTransformation.Apply should detect the encoding of the input (either stream or file) and return a stream with the same encoding.
JsonTransformation.Apply
Note that StreamReader.CurrentEncoding does not seem to work properly (see this). I have confirmed this problem through some testing.
StreamReader.CurrentEncoding
The text was updated successfully, but these errors were encountered:
Drop .NET Core 2.0 targeting in test project (#13)
835ffb6
Microsoft's long-term support for .NET Core 1.x and 2.0 [are over][LTS]. Customers targeting these versions are in a really bad place due to no security patches being offered and thus there are likely few to none out there. [LTS]: https://github.com/dotnet/core/blob/e2f22a7106860c0e5dc98bb36dc648a779944ad5/microsoft-support.md#net-core-releases
No branches or pull requests
JsonTransformation.Apply
should detect the encoding of the input (either stream or file) and return a stream with the same encoding.Note that
StreamReader.CurrentEncoding
does not seem to work properly (see this). I have confirmed this problem through some testing.The text was updated successfully, but these errors were encountered: