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

[BUG] use Newtonsoft instead of System.Text.Json to allow vstest.console and nunit3-console loading this extension on some enviroments #36

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

virasak
Copy link
Collaborator

@virasak virasak commented Jul 5, 2023

Since we target .netstandard2.0 which doesn't have System.Text.Json. Adding it as dependencies cause some problems on user machine. As this library is dependent on .Net version, some machines may experience loading DLL error for this library or its dependencies.

To prevent this problem, using third-party library will make sure that it' will not collide with the runtime library.

Copy link
Contributor

@dicko2 dicko2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@virasak virasak changed the title [Feature] use Newtonsoft instead of System.Text.Json [BUG] use Newtonsoft instead of System.Text.Json to allow vstest.console and nunit3-console loading this extension on some enviroments Jul 5, 2023
@virasak virasak merged commit d4cc6b8 into agoda-com:master Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants