System.DateTimeOnly icon indicating copy to clipboard operation
System.DateTimeOnly copied to clipboard

Add unit test for the new NuGet package

Open OlegRa opened this issue 1 year ago • 1 comments

The backported JSON converters from the System.Text.Json have no unit test coverage right now:

  • [x] Try to find the available unit tests in the System.Text.Json code base and backport them if possible
  • [ ] Write new tests that demonstrate how new attributes work on different target platforms
  • [ ] Think about benchmark tests for comparing built-in and backported serializers

OlegRa avatar May 01 '24 22:05 OlegRa

Unit tests for JSON serialization/deserialization from BCL:

OlegRa avatar May 02 '24 09:05 OlegRa