danielgerlag / danielgerlag/workflow-core
Provide JsonSerializerSettings customization for EntityFramework provider
- Dominant language
- C#
- Stars
- 5.9k
- Forks
- 1.3k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 5
Description
**Is your feature request related to a problem? Please describe.**
There is a use case where we need specific `JsonSerializerSettings` for the EntityFramework provider's [ExtensionMethods](https://github.com/danielgerlag/workflow-core/blob/12be88701780e1f1b2d5b5b5d98e7ce4df3e9913/src/providers/WorkflowCore.Persistence.EntityFramework/ExtensionMethods.cs#L12). However, the settings are not exposed and, therefore, cannot be customized.
**Describe the solution you'd like**
I would like [WorkflowOptions](https://github.com/danielgerlag/workflow-core/blob/master/src/WorkflowCore/Models/WorkflowOptions.cs) to have a method that allows modifying settings for the serializer.
Related: #231
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.