Sign in Sign up
nuget

T4.Build

T4.Build is a tool to automatically transform T4 templates during build. It is similar to the functionality provided by Visual Studio, except it works anywhere where you have a .NET (Core) runtime installed. It is fully integrated with MSBuild and supports transforming the templates during the build process, and cleaning them during the clean process. T4.Build aims for performance by transforming only the templates that have changed, and doing so in parallel (so more CPU cores => faster). More information: https://github.com/jgiannuzzi/T4.Build#readme

nuget View on Nuget

Activity

Latest release
1y ago
Total releases
7
Cadence
~2 months
Last 12 months
0

Details

License
Apache-2.0
First release
Mar 12, 2021
Releases
Version Released
0.2.5 patch
0.2.4 patch
0.2.3 patch
0.2.2 patch
0.2.1 patch
0.2.0 minor
0.1.1 initial