michalkrzych

Results 2 issues of michalkrzych

Added JsonSerializerSetting `ObjectCreationHandling = ObjectCreationHandling.Replace` to fix the issue with deserialization of the list items being duplicated. Issue #1270

Hello. I was trying out the Workflow Core library recently and found a bug in the deserialisation in the [ToWorkflowInstance()](https://github.com/danielgerlag/workflow-core/blob/a761d783fe6f6bf9b0c6797321a439bf6f94c827/src/providers/WorkflowCore.Persistence.EntityFramework/ExtensionMethods.cs#L136) method when using SqlServer as the persistence (which uses the...