mhutch
- 552,323 total downloads
- last updated 2/23/2021
- Latest version: 2.2.1
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.
- 165,747 total downloads
- last updated 2/23/2021
- Latest version: 2.2.1
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`.
- 92,947 total downloads
- last updated 2/23/2021
- Latest version: 2.2.1
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`.
- 62,277 total downloads
- last updated 12/6/2018
- Latest version: 0.4.7
MSBuild targets for building Visual Studio for Mac / MonoDevelop extensions.
- 3,548 total downloads
- last updated 2/23/2021
- Latest version: 2.2.1
In-process Roslyn compiler for the Mono.TextTemplating T4 templating engine
This is useful for processes that use a hosted instance of Mono.TextTemplating to compile multiple templates.
Only the first template will be affected by the startup overhead of the compiler, and compilation of...
More information
- 3,532 total downloads
- last updated 9/1/2016
- Latest version: 0.1.1
GuiUnit is a lightweight unit testing framework based on NUnitLite that is able to run thes
tests in the mainloop of a GUI toolkit. It used for testing MonoDevelop addins.