Unable to serialize object that contains a required
property that is tagged with [JsonIgnore]
#111906
Labels
required
property that is tagged with [JsonIgnore]
#111906
Description
I have a record that contains a non-serializable member. For logging purposes, I want to serialize all properties on this object except for the single non-serializable one. The record will never be deserialized.
Reproduction Steps
Expected behavior
I expect the record to serialize just fine.
The error I am receiving, ```
System.InvalidOperationException: 'JsonPropertyInfo 'NeverSerializeThis' defined in type 'ConsoleApp14.Test' is marked required but does not specify a setter.'
System.InvalidOperationException: 'JsonPropertyInfo 'NeverSerializeThis' defined in type 'ConsoleApp14.Test' is marked required but does not specify a setter.'
The text was updated successfully, but these errors were encountered: