We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
When I try to serialize my data I have the error: Self referencing loop detected for property x
To fix this issue I would olike to have access to the json formatter to set:
config.Formatters.JsonFormatter.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize; config.Formatters.JsonFormatter.SerializerSettings.PreserveReferencesHandling = Newtonsoft.Json.PreserveReferencesHandling.Objects;
How can I set these options?
Thanks,
The text was updated successfully, but these errors were encountered:
Did you ever solve this? I am having the same when using a Microsoft.Maui.Graphics.IImage object
Sorry, something went wrong.
No branches or pull requests
hi,
When I try to serialize my data I have the error: Self referencing loop detected for property x
To fix this issue I would olike to have access to the json formatter to set:
config.Formatters.JsonFormatter.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize; config.Formatters.JsonFormatter.SerializerSettings.PreserveReferencesHandling = Newtonsoft.Json.PreserveReferencesHandling.Objects;
How can I set these options?
Thanks,
The text was updated successfully, but these errors were encountered: