Use System.Net.Json
instead of Newtonsoft.Json
#341
Labels
area:health
All issues related to health
area:serialization
All issues related to serialization
breaking-change
All issues related to code breaking changes.
Milestone
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 usesNewtonsoft.Json
.Describe the solution you'd like
Use Microsoft's new
System.Net.Json
package to serialize the health so that we can remove theNewtonsoft.Json
dependency.Additional context
arcus-azure/arcus.templates#484
The text was updated successfully, but these errors were encountered: