-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I have a Customer that incorrectly set a DoingBusinessAs value. In trying to clear the value, the API doesn't seem to receive the null.
Guessing it's due to:
| NullValueHandling = NullValueHandling.Ignore |
That was added in 0d02518, but doesn't seem linked to any particular public issue. Unclear if it's actually necessary for proper functioning of the SDK.
Three suggestions:
- Remove that and see what breaks.
- Allow overriding
JsonSettingseither globally or per client/request. - Annotate optional properties like
DoingBusinessAswith[JsonProperty(NullValueHandling = NullValueHandling.Include)]
Metadata
Metadata
Assignees
Labels
No labels