This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Description
This has cost me a lot of time to figure out.
The huge issue I have sadly is that I found no way to configure the Reference Loop Handling when the data gets converted to json.
What's making this issue even worse is that this step happens entirely encapsulated in the Nuget itself and does not rely on a Newtonsoft.Json dependency nuget, so any configuration on a global level to configure the Reference Loop Handling behaviour will be straight up ignored and the error persists.
While trying to solve this I obviously dug through google and found a thread somewhere where the author said the only option is to pull the project myself and do the change hardcoded. What I dont like about this is a pretty huge overhead and no future safety if I were to update the nuget.
As time is precious, I had to take the decision to remove the nuget again and now start to implement the functionality manually.
If I am overseeing anything please link me a section in the documentation or a way how to configure the RefLoop behaviour without having to open and repack the entire project.