T4.Build
0.2.5
dotnet add package T4.Build --version 0.2.5
NuGet\Install-Package T4.Build -Version 0.2.5
<PackageReference Include="T4.Build" Version="0.2.5" />
paket add T4.Build --version 0.2.5
#r "nuget: T4.Build, 0.2.5"
// Install T4.Build as a Cake Addin #addin nuget:?package=T4.Build&version=0.2.5 // Install T4.Build as a Cake Tool #tool nuget:?package=T4.Build&version=0.2.5
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
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on T4.Build:
Package | Downloads |
---|---|
Z0ne.Maybe
Functional Option for .net |
|
Z0ne.Maybe.Async
Functional Option for .net |
|
FunctionalDdd.RailwayOrientedProgramming
Railway Oriented Programming is a coding concept that involves using a library's built-in functions to control program execution flow based on success or error track. By doing so, functional code can be written that allows for chaining of functions without the need for error checking. |
|
Z0ne.Assertions
Debug Assertions to allow more easy assertions |
|
DotMP
A library for fork-join parallelism in .NET, with an OpenMP-like API. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on T4.Build:
Repository | Stars |
---|---|
m4rs-mt/ILGPU
ILGPU JIT Compiler for high-performance .Net GPU programs
|