Skip to content

Replace Newtonsoft.Json with System.Text.Json #61

@JoshKeegan

Description

@JoshKeegan

When migrating to .Net Core 3 I've had to switch the JSON serialiser back to Newtonsoft.
Main issues with switching were:

  • Variables (not properties) are not serialised
  • In BadRequestDto there is a custom converter being used (DictionaryKeysCamelCaseConverter).

There may be more, but I stopped looking.
I don't think there is a real need for Newtonsoft.Json though, it just needs to be migrated to.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions