Skip to content

Serialization and Error Handling

Compare
Choose a tag to compare
@pardahlman pardahlman released this 18 Apr 06:04
· 135 commits to master since this release

In this service release, the usage of the static JsonSerializer was replaced by an JsonConverter, injected in the constructor and registered in the IServiceBuilderExtension.

The error handling has been updated, read more about that in the documentation.

  • #80 - Use same JsonSerializer throughout the client
  • #79 - Improve error handling