Make Microsoft.Azure.DurableTask.Core serializer agnostic
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
Right now there is no ability to fully drop Newtonsoft.Json dependency for those who depends on Microsoft.Azure.DurableTask.Core since it depends on Newtonsoft.Json.
It would make more sense to split serializer related code into separate package that users will install separately depending on their stack System.Text.Json or Newtonsoft.Json
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.