Hello.
Use hangifre with liteDb ignore the json serialization settings applied in GlobalConfiguration;
|
.UseSerializerSettings(new JsonSerializerSettings() { |
In my particular case i have a self refering loop that needs to be ignored so i tried this:

but obviulsy is not working since the settings are rewritten.
is there a way to solve this problem?
This is a sample project that simulate my problem:
https://github.com/MauroMon/HangfireSerializationSettings.git
Thanks for your help
Hello.
Use hangifre with liteDb ignore the json serialization settings applied in GlobalConfiguration;
Hangfire.LiteDB/src/Hangfire.LiteDB/HangfireDbContext.cs
Line 55 in 6e6336c
In my particular case i have a self refering loop that needs to be ignored so i tried this:
but obviulsy is not working since the settings are rewritten.
is there a way to solve this problem?
This is a sample project that simulate my problem:
https://github.com/MauroMon/HangfireSerializationSettings.git
Thanks for your help