Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit test for the new NuGet package #77

Open
1 of 3 tasks
OlegRa opened this issue May 1, 2024 · 1 comment
Open
1 of 3 tasks

Add unit test for the new NuGet package #77

OlegRa opened this issue May 1, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@OlegRa
Copy link
Owner

OlegRa commented May 1, 2024

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

  • 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 OlegRa added the enhancement New feature or request label May 1, 2024
@OlegRa OlegRa self-assigned this May 1, 2024
OlegRa added a commit that referenced this issue May 2, 2024
@OlegRa
Copy link
Owner Author

OlegRa commented May 2, 2024

Unit tests for JSON serialization/deserialization from BCL:

OlegRa added a commit that referenced this issue May 2, 2024
OlegRa added a commit that referenced this issue May 5, 2024
…ce generators) via thin struct wrappers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant