You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Describe the problem this feature would solve
When UWP moves to .NET Core base (.NET 5?) we should remove the Json.Net dependency in favor of JsonSerializer. We could even provide some nice helpers to fill gaps.
Related #2289 #2288 #889 #2957 #2723
Describe the solution
Find and replace instances of Json.NET library with JsonSerializers