RuntimeT4Generator 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package RuntimeT4Generator --version 0.0.3
                    
NuGet\Install-Package RuntimeT4Generator -Version 0.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RuntimeT4Generator" Version="0.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RuntimeT4Generator" Version="0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="RuntimeT4Generator">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RuntimeT4Generator --version 0.0.3
                    
#r "nuget: RuntimeT4Generator, 0.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package RuntimeT4Generator@0.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RuntimeT4Generator&version=0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=RuntimeT4Generator&version=0.0.3
                    
Install as a Cake Tool

RuntimeT4Generator

This is a replacement of TextTemplatingFilePreprocessor.

Installation

Install via Nuget.

dotnet add package RuntimeT4Generator

How to use

<ItemGroup>
    
    <AdditionalFiles Include="A.tt" RuntimeT4Generator_Namespace="YourOwnNamespace" />
    
    <AdditionalFiles Include="B.tt" RuntimeT4Generator_Class="YourOwnClassName" />
    
    <AdditionalFiles Include="C.tt" RuntimeT4Generator_ParameterType="ref Cysharp.Text.Utf8ValueStringBuilder" />
    
    <AdditionalFiles Include="D.tt" RuntimeT4Generator_ParameterName="buffer" />
    
    <AdditionalFiles Include="E.tt" RuntimeT4Generator="" />
</ItemGroup>

You can use RuntimeT4Generator_Namespace, RuntimeT4Generator_Class, RuntimeT4Generator_ParameterType and RuntimeT4Generator_ParameterName at the same time.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.20 970 1/12/2022
0.3.19 428 1/9/2022
0.3.18 420 1/9/2022
0.3.17 403 1/9/2022
0.3.16 450 1/9/2022
0.3.13 460 1/6/2022
0.3.12 442 1/6/2022
0.3.11 432 1/6/2022
0.3.10 448 1/6/2022
0.3.7 438 1/4/2022
0.3.6 440 1/4/2022
0.3.5 460 1/4/2022
0.3.4 461 1/4/2022
0.3.3 423 1/4/2022
0.3.2 482 1/4/2022
0.3.1 419 1/4/2022
0.3.0 408 1/4/2022
0.2.1 454 1/3/2022
0.2.0 451 1/3/2022
0.1.3 460 1/2/2022
0.1.2 485 12/29/2021
0.1.1 451 12/29/2021
0.1.0 390 12/29/2021
0.0.6 431 12/29/2021
0.0.5 504 12/29/2021 0.0.5 is deprecated because it has critical bugs.
0.0.4 521 12/29/2021 0.0.4 is deprecated because it has critical bugs.
0.0.3 410 12/22/2021
0.0.2 460 12/22/2021
0.0.1 436 12/21/2021