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
.NET Core 3.0 brings a new Json Serializer (System.Text.Json.Serialization). New attribute names for the data members came along with this. Please add 'JsonPropertyName' to the selection box (C#).
Change class IndexViewModel:
And class CSharpCodeWriter:
Thank you :-)
The text was updated successfully, but these errors were encountered:
Hi,
.NET Core 3.0 brings a new Json Serializer (System.Text.Json.Serialization). New attribute names for the data members came along with this. Please add 'JsonPropertyName' to the selection box (C#).
![image](https://user-images.githubusercontent.com/17005746/64537187-a1486f00-d31a-11e9-966b-c39d7d58cedb.png)
Change class IndexViewModel:
And class CSharpCodeWriter:
![image](https://user-images.githubusercontent.com/17005746/64537338-eec4dc00-d31a-11e9-8f92-737198738fcd.png)
Thank you :-)
The text was updated successfully, but these errors were encountered: