Source code generation tool that hosts custom generators (AKA Plugins). This package contains MSBuild targets that run the tool during a build, before compilation. See project site for details.
The engine of source code generation; used by CodeGeneration.Roslyn.Tool. Useful for testing custom source generators. API:
* CodeGeneration.Roslyn.CompilationGenerator
* CodeGeneration.Roslyn.DocumentTransform
The MSBuild project SDK that helps correctly create CodeGeneration.Roslyn plugins (generators).
For the convenience of plugin consumers, create metapackage as well. For details, see project readme: https://github.com/AArnott/CodeGeneration.Roslyn#package-your-code-generator
How to use MSBuild...
More information
The MSBuild project SDK that helps correctly create metapackage for CodeGeneration.Roslyn plugins (generators).
Metapackages are created for the convenience of plugin consumers. For details, see project readme: https://github.com/AArnott/CodeGeneration.Roslyn#package-your-code-generator
How to use...
More information
An Object-Relational Mapping based on SQLite-net for use with NC.SQLite.SourceGen package. The package itself can be used independently of NC.SQLite.SourceGen by implementing StaticTableMapping<T>