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

Deserializing with NullValueHandling.Ignore ignore null values #2989

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sssousa
Copy link

@sssousa sssousa commented Oct 18, 2024

When NullValueHandling is set for NullValueHandling.Ignore, it should initialize the primitive type with its default value when null. This PR closes #2954

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.

Deserializing with NullValueHandling.Ignore for a type with constructor parameters doesn't ignore null values
1 participant