JsonByExampleGenerator icon indicating copy to clipboard operation
JsonByExampleGenerator copied to clipboard

Generate classes based on example json files in your project. Uses a C# 9 source generator.

Results 2 JsonByExampleGenerator issues
Sort by recently updated
recently updated
newest added

Suggestion to make a private asset to avoid nuget errors like below: `NU1605: Detected package downgrade: Microsoft.CodeAnalysis.CSharp.Workspaces from 4.2.0 to 3.8.0. Reference the package directly from the project to select...

First of all congratulation on such a great ides of generating strong type based on a sample Json file. I am trying to use version 0.10.0 in a net6.0 project....