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
Version Information From Nuget: Hocon and Hocon.Configuration 2.0.3
(Reproduced on dev, (482a9c1), with failing tests, here: ClaytonHughes@0e55a7c)
Describe the bug When configurations are serialized, backslashes are not escaped. This means a round-trip serialization of a Config will not succeed.
To Reproduce Steps to reproduce the behavior:
Expected behavior Configurations serialize into valid Json/HOCON (backslashes are escaped).
Actual behavior Configurations do not escape backslashes, producing (likely) invalid Json/Hocon.
Environment net461, netcoreapp2.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Information
From Nuget: Hocon and Hocon.Configuration 2.0.3
(Reproduced on dev, (482a9c1), with failing tests, here: ClaytonHughes@0e55a7c)
Describe the bug
When configurations are serialized, backslashes are not escaped. This means a round-trip serialization of a Config will not succeed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Configurations serialize into valid Json/HOCON (backslashes are escaped).
Actual behavior
Configurations do not escape backslashes, producing (likely) invalid Json/Hocon.
Environment
net461, netcoreapp2.1
The text was updated successfully, but these errors were encountered: