System.Text.Json.JsonException: 'A possible object cycle was detected which is not supported…'
问题 I am trying to serialize a class, expected behaviour is that it succeeds. It does not succeed with error in the title. The title is a subset of the error as the full one will not fit. Here is the full error: System.Text.Json.JsonException HResult=0x80131500 Message=A possible object cycle was detected which is not supported. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 5. I have a pretty simple model that I am unable to serialize and the