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.
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.
// Install Unofficial.Microsoft.TextTemplating.BuildTasks as a Cake Addin
#addin nuget:?package=Unofficial.Microsoft.TextTemplating.BuildTasks&version=16.9.0

// Install Unofficial.Microsoft.TextTemplating.BuildTasks as a Cake Tool
#tool nuget:?package=Unofficial.Microsoft.TextTemplating.BuildTasks&version=16.9.0
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 20,912 8/22/2021
16.9.0 12,255 11/12/2020
16.0.0.1 17,069 4/15/2019
16.0.0 1,063 1/4/2019
15.0.0 10,819 8/3/2017

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