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
If object has property without getter Serializer throws NullReferenceException.
It happens because GetPublicProperties doesn't check if property has getter.
YamlDotNet/YamlDotNet/Helpers/Portability.cs
Line 188 in 6194e9d
The text was updated successfully, but these errors were encountered:
I'm using latest version 8.1.2 from nuget
Sorry, something went wrong.
This was resolved in version 12. I'm closing this issue, if you still see problems let me know and I'll get them resolved.
No branches or pull requests
If object has property without getter Serializer throws NullReferenceException.
It happens because GetPublicProperties doesn't check if property has getter.
YamlDotNet/YamlDotNet/Helpers/Portability.cs
Line 188 in 6194e9d
The text was updated successfully, but these errors were encountered: