Unofficial.Microsoft.TextTemplating.BuildTasks 16.9.0

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package Unofficial.Microsoft.TextTemplating.BuildTasks --version 16.9.0
                    
NuGet\Install-Package Unofficial.Microsoft.TextTemplating.BuildTasks -Version 16.9.0
                    
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="Unofficial.Microsoft.TextTemplating.BuildTasks" Version="16.9.0">
  <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="Unofficial.Microsoft.TextTemplating.BuildTasks" Version="16.9.0" />
                    
Directory.Packages.props
<PackageReference Include="Unofficial.Microsoft.TextTemplating.BuildTasks">
  <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 Unofficial.Microsoft.TextTemplating.BuildTasks --version 16.9.0
                    
#r "nuget: Unofficial.Microsoft.TextTemplating.BuildTasks, 16.9.0"
                    
#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 Unofficial.Microsoft.TextTemplating.BuildTasks@16.9.0
                    
#: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=Unofficial.Microsoft.TextTemplating.BuildTasks&version=16.9.0
                    
Install as a Cake Addin
#tool nuget:?package=Unofficial.Microsoft.TextTemplating.BuildTasks&version=16.9.0
                    
Install as a Cake Tool
16.9.0.0: Update for VS 2019 16.9.0 Preview 1.0

The T4 build tasks were failing with some sort of "method not found"
exception, indicating binary incompatibility. I've update the binaries
to work with this version of VS:

    Microsoft Visual Studio Community 2019 Preview
    Version 16.9.0 Preview 1.0
    VisualStudio.16.Preview/16.9.0-pre.1.0+30709.64
    Microsoft .NET Framework
    Version 4.8.04161

I'm not sure if it will work with the current non-preview release (16.8,
I think), but I think it should, because that's where I actually took
the binaries from (they had a higher version there than in the
16.9-pre.1 installation).
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 (1)

Showing the top 1 popular GitHub repositories that depend on Unofficial.Microsoft.TextTemplating.BuildTasks:

Repository Stars
microsoft/DbgShell
A PowerShell front-end for the Windows debugger engine.
Version Downloads Last Updated
17.0.0 41,344 8/22/2021
16.9.0 20,264 11/12/2020
16.0.0.1 25,982 4/15/2019
16.0.0 9,068 1/4/2019
15.0.0 19,498 8/3/2017

Added support for VS2019 16.9 preview 1. (Currently supported versions are VS2019, VS2017, VS2015, and VS2013.)