Automatically generate Go (golang) struct definitions from example JSON
Assists in performing Roslyn-based code generation during a build. This includes design-time support, such that code generation can respond to changes made in hand-authored code files by generating new code that shows up to Intellisense as soon as the file is saved to disk.
The Uno source generator is an API compatible source generator inspired by Roslyn v2.0 source generation feature, and an msbuild task which executes the SourceGenerators.
Principalele funcționalități ale nventive/uno.sourcegeneration sunt: Code Generation Tools.
Alternativele open-source pentru nventive/uno.sourcegeneration includ: bouk/gonerics. cheekybits/genny — Elegant generics for Go. chimeracoder/gojson — Automatically generate Go (golang) struct definitions from example JSON. cweill/gotests — gotests is a static analysis tool and boilerplate generator for Go that automatically creates structured test suites… dave/jennifer — Jennifer is a code generator for Go. aarnott/codegeneration.roslyn — Assists in performing Roslyn-based code generation during a build. This includes design-time support, such that code…