morrisjdev / FileContextCore

FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Apache License 2.0
169 stars 45 forks source link

Deserialize nullable with null value #21

Closed Dini001 closed 4 years ago

Dini001 commented 4 years ago

When the type being deserialized has an empty string value it return de default value of the underlying type instead of null

morrisjdev commented 4 years ago

Good point. Thank you. I'll merge it soon.

morrisjdev commented 4 years ago

Published in 3.2.3. Thank you for your contribution.