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

Use System.Text.Json instead of Newtonsoft.Json for JSON (de)serialization #484

Open
stijnmoreels opened this issue Dec 3, 2021 · 3 comments
Labels
dependencies All issues related to managing dependencies enhancement New feature or request
Milestone

Comments

@stijnmoreels
Copy link
Member

Is your feature request related to a problem? Please describe.
We still use the separate package Newtonsoft.Json for JSON (de)serialization. System.Text.Json is by-default present in the .NET environment.

Describe the solution you'd like
We should consider switching to the Microsoft-package System.Text.Json as default.

Additional context
Discussed in arcus-azure/arcus#171

@stijnmoreels stijnmoreels added enhancement New feature or request dependencies All issues related to managing dependencies labels Dec 3, 2021
@stijnmoreels stijnmoreels added this to the v0.8.0 milestone Dec 3, 2021
@stijnmoreels stijnmoreels modified the milestones: v0.8.0, v0.9 Jun 2, 2022
@stijnmoreels stijnmoreels modified the milestones: v1.0, v1.1 Nov 9, 2022
@stijnmoreels
Copy link
Member Author

Waiting for 'missing members' support: dotnet/runtime#37483

@fgheysels
Copy link
Member

Waiting for 'missing members' support: dotnet/runtime#37483

Looks like that issue is fixed.
Apparently, it helps when somebody puts a bit of anger in his voice.

@stijnmoreels
Copy link
Member Author

Hehe, and he's got a point. 😄

@stijnmoreels stijnmoreels modified the milestones: v1.1, v1.2 Jan 25, 2023
@stijnmoreels stijnmoreels modified the milestones: v1.2, v2.1.0 Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies All issues related to managing dependencies enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants