Skip to content
New issue

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

Adjust null warning in ScalarNodeDeserializer #721

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Adjust null warning in ScalarNodeDeserializer #721

merged 1 commit into from
Sep 29, 2022

Conversation

DSchroer
Copy link
Contributor

Adjust ScalarNodeDeserializer to allow nullable values in the deserializer in order to eliminate a warning.

Motivation

Modern C# nullables will emit warnings when nulls are not accounted for. The parse logic in ScalarNodeDeserializer is one case where those warnings are emitted.

@EdwardCooke EdwardCooke merged commit 4c3295a into aaubry:master Sep 29, 2022
@aaubry
Copy link
Owner

aaubry commented Oct 7, 2022

This feature has been released in version 12.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants