marain-dotnet / Marain.Workflow

Highly scalable workflow service. Sponsored by endjin.
GNU Affero General Public License v3.0
5 stars 1 forks source link

Use System.Text.Json #562

Open idg10 opened 1 year ago

idg10 commented 1 year ago

We want to move over to using System.Text.Json instead of Newtonsoft. This will entail modifying how Workflow is constructed, because System.Text.Json can't load collection into a read-only property containing a list.

This will be a first step towards a better separation of DTO-like types and behavioural types.