T4.Build
0.2.3
See the version list below for details.
dotnet add package T4.Build --version 0.2.3
NuGet\Install-Package T4.Build -Version 0.2.3
<PackageReference Include="T4.Build" Version="0.2.3" />
<PackageVersion Include="T4.Build" Version="0.2.3" />
<PackageReference Include="T4.Build" />
paket add T4.Build --version 0.2.3
#r "nuget: T4.Build, 0.2.3"
#:package T4.Build@0.2.3
#addin nuget:?package=T4.Build&version=0.2.3
#tool nuget:?package=T4.Build&version=0.2.3
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 (5)
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 |
|
|
DotMP
A library for fork-join parallelism in .NET, with an OpenMP-like API. |
|
|
Z0ne.Assertions
Debug Assertions to allow more easy assertions |
|
|
Peazy
An extension library for C# that aims to gather useful extension, and helper methods into one package. |
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
|