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
Stop copying and pasting code in order to support Async/Await! Shaolinq.AsyncRewriter generates async methods from your sync methods using Roslyn.
AsyncRewriter is used extensively by the Shaolinq ORM/LINQ project.
The Text Template Transformation Toolkit (T4) is a powerful tool, but has to be run manually. This package contains the files (a couple DLLs and a .targets file) necessary to perform T4 tasks during a build. UNOFFICIAL: This package is not produced by Microsoft/the T4 team. If you think this is...
More information