You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is some issue with the JsonRecordConverter: when ignoreNullValues is on (e.g. set with option DefaultIgnoreCondition = Serialization.JsonIgnoreCondition.WhenWritingNull), attempting to deserialize an empty json object throws a NullReferenceException.
I'm not sure how to fix this properly, but I managed to add a failing unit test demonstrating the issue: #165
The text was updated successfully, but these errors were encountered:
Hello!
It seems there is some issue with the
JsonRecordConverter
: whenignoreNullValues
is on (e.g. set with optionDefaultIgnoreCondition = Serialization.JsonIgnoreCondition.WhenWritingNull
), attempting to deserialize an empty json object throws a NullReferenceException.I'm not sure how to fix this properly, but I managed to add a failing unit test demonstrating the issue: #165
The text was updated successfully, but these errors were encountered: