Mono.TextTemplating
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.
Install-Package Mono.TextTemplating -Version 2.2.1
dotnet add package Mono.TextTemplating --version 2.2.1
<PackageReference Include="Mono.TextTemplating" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mono.TextTemplating --version 2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mono.TextTemplating, 2.2.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.0
- System.CodeDom (>= 4.4.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Mono.TextTemplating:
Package | Downloads |
---|---|
dotnet-t4-project-tool
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`.
|
|
Mono.TextTemplating.Roslyn
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 subsequent
templates will be much faster.
This can also be used to guarantee a specific version of the C# compiler rather than relying on the system version.
To enable the in-process C# compiler, use the TemplatingEngine.UseInProcessCompiler() extension method.
|
|
Intent.Modules.ModuleBuilder
Package Description
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Mono.TextTemplating:
Repository | Stars |
---|---|
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
|
|
guryanovev/CrystalQuartz
pluggable UI for Quartz.NET
|
Version History
Version | Downloads | Last updated |
---|---|---|
2.2.1 | 191 | 2/23/2021 |
2.2.0 | 4,217 | 12/5/2020 |
2.0.5 | 41,703 | 6/13/2019 |
2.0.4 | 2,837 | 4/4/2019 |
2.0.3 | 979 | 3/7/2019 |
2.0.2 | 2,889 | 12/14/2018 |
2.0.1 | 383 | 12/14/2018 |
2.0.0 | 353 | 12/13/2018 |
1.3.1 | 180,952 | 3/31/2017 |
1.3.0 | 45,594 | 3/17/2017 |
1.2.0 | 514 | 3/17/2017 |
1.1.0 | 7,881 | 3/14/2016 |
1.0.0 | 18,961 | 6/15/2014 |