Nour Sabouny

Results 2 comments of Nour Sabouny

Hi @nickdodd79 It seems that the recursive depth safe mechanism doesn't work on records. Generating an instance of this record as follows ``` public record FakeChild (string Name, List? Children);...

> Are you using the WithTreeDepth or WithRecursiveDepth config option? @Ian1971 I tried both, didn't work. What actually worked is moving the property from the constructure to the record body,...