raisedapp / Hangfire.Storage.SQLite

An Alternative SQLite Storage for Hangfire
https://www.nuget.org/packages/Hangfire.Storage.SQLite
MIT License
155 stars 31 forks source link

Do not override user serializer options with wrong date time format #54

Closed mlaily closed 1 year ago

mlaily commented 2 years ago

Fixes #52

This is basically equivalent to overriding Hangfire's serializer options after initializing it, so relying on this wasn't a very good idea anyway.