The current ConversionResultProvider backs out if it sees value null for non-reference types. I explicitly have a registered a json converter to handle this type, and it has HandleNull = true. I would expect this converter to be called in this case, instead of backing out and failing the conversion.
The current ConversionResultProvider backs out if it sees value
nullfor non-reference types. I explicitly have a registered a json converter to handle this type, and it hasHandleNull = true. I would expect this converter to be called in this case, instead of backing out and failing the conversion.