Open source implementation of the T4 templating engine
This package allows embedding the T4 engine in an application.
* To install as a dotnet global or local tool, use `dotnet-t4` instead.
* To install in a project as a `DotNetCliToolReference`, use `dotnet-t4-project-tool` instead.
Automatically transforms on build all files with a build action of `None/Content` that have the `TextTemplatingFileGenerator` custom tools associated, without requiring the installation of any Visual Studio SDK.
dotnet T4 text transformation tool.
This package can be installed as a dotnet global or local tool.
* To install in a project as a `DotNetCliToolReference`, use `dotnet-t4-project-tool` instead.
* To embed the T4 engine in your app, use `Mono.TextTemplating`.
TemplateFilemanager is based on the EntityFrameworkTemplateFileManager which supports
code generation in different solutions and folders with CustomTool-/BuildAction-Definitions.
Please report bugs or feature requests on github: https://github.com/renegadexx/T4.Helper/issues.
Project-installable T4 text transformation commandline tool.
This package can be installed into a project using `DotNetCliToolReference`.
* To install as a dotnet global or local tool, use `dotnet-t4` instead.
* To embed the T4 engine in your app, use `Mono.TextTemplating`.
T4 template generates database models from a database for use with Dapper.SimpleCRUD.
Uses core .Net attributes so the generator could be used for other ORMs.
Implements a type safe resource cs file generation. The generated properties are avaliable on a singleton instance. The
properties generate INPC change notification when the culture changes.
T4Include provides small and useful functions intended to be referenced by source, this nuget package includes the necessary files to reference local files and web files by source