Reads models defined in attributed assemblies
$ dotnet add package MetaFac.CG4.ModelReaderDefine your models in C# code using CG4.Schemas, then run the CLI tool to generate source.
A Dotnet tool for:
Attributes for defining data model objects (schemas) in code.
Helpers to write and read CG4 metadata to/from JSON, and from attributed code.
C# code generators that use metadata to create POCOs for:
Runtime support for generated DTOs.
Testable templates for above generators.
Bi-directional text processor to convert templates to generators (and back).