Steve Vallis
Steve Vallis
Objects that self-reference are triggering an exception when being serialized: > JsonSerializationException: Self referencing loop detected with type 'Project.Object'. Path '[0].property1.property2'. See: http://stackoverflow.com/questions/7397207/json-net-error-self-referencing-loop-detected-for-type https://github.com/ALMMa/datatables.aspnet/blob/master/src/DataTables.AspNet.AspNetCore/DataTablesResponse.cs#L162 I'd imagine that `ReferenceLoopHandling.Ignore` would be...
First up thanks for the fantastic looking project, looks perfect for what I'm looking to do. I'm trying to get things up and running in a brand new .NET 7...