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 has been archived by the owner on Apr 13, 2024. It is now read-only.
It because .NET Core 3 built-in System.Text.Json namespace that replace Newtonsoft.Json. In the .NET world, there are two major different JSON serializer implementations now. How this extension distinguish between these two code patterns in the same C# language mode?
Idea 1: Maybe we can add another options when executing Paste JSON as Code.
Idea 2: Maybe we can add a new setting that define preferred code pattern.
The text was updated successfully, but these errors were encountered:
doggy8088
changed the title
Discussion: How to support two different code pattern in C# file?
Discussion: How to support two different code patterns in C# file?
Dec 13, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It because .NET Core 3 built-in
System.Text.Json
namespace that replaceNewtonsoft.Json
. In the .NET world, there are two major different JSON serializer implementations now. How this extension distinguish between these two code patterns in the same C# language mode?Idea 1: Maybe we can add another options when executing
Paste JSON as Code
.Idea 2: Maybe we can add a new setting that define preferred code pattern.
The text was updated successfully, but these errors were encountered: