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.Net.Json instead of Newtonsoft.Json #341

Open
stijnmoreels opened this issue Sep 27, 2022 · 0 comments
Open

Use System.Net.Json instead of Newtonsoft.Json #341

stijnmoreels opened this issue Sep 27, 2022 · 0 comments
Labels
area:health All issues related to health area:serialization All issues related to serialization breaking-change All issues related to code breaking changes.
Projects
Milestone

Comments

@stijnmoreels
Copy link
Member

Is your feature request related to a problem? Please describe.
We already used Microsoft's new System.Net.Json in the Web API template, but not in the Worker project templates. This due to the TCP health probe that still uses Newtonsoft.Json.

Describe the solution you'd like
Use Microsoft's new System.Net.Json package to serialize the health so that we can remove the Newtonsoft.Json dependency.

Additional context
arcus-azure/arcus.templates#484

@stijnmoreels stijnmoreels added area:health All issues related to health area:serialization All issues related to serialization breaking-change All issues related to code breaking changes. labels Sep 27, 2022
@stijnmoreels stijnmoreels added this to the v2.0.0 milestone Sep 27, 2022
@stijnmoreels stijnmoreels added this to To do in Roadmap via automation Sep 27, 2022
@stijnmoreels stijnmoreels modified the milestones: v2.0.0, 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
area:health All issues related to health area:serialization All issues related to serialization breaking-change All issues related to code breaking changes.
Projects
Roadmap
  
To do
Development

No branches or pull requests

1 participant