Clarius.TransformOnBuild 1.21.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 Clarius.TransformOnBuild --version 1.21.0
NuGet\Install-Package Clarius.TransformOnBuild -Version 1.21.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="Clarius.TransformOnBuild" Version="1.21.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 Clarius.TransformOnBuild --version 1.21.0
#r "nuget: Clarius.TransformOnBuild, 1.21.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 Clarius.TransformOnBuild as a Cake Addin
#addin nuget:?package=Clarius.TransformOnBuild&version=1.21.0

// Install Clarius.TransformOnBuild as a Cake Tool
#tool nuget:?package=Clarius.TransformOnBuild&version=1.21.0

Automatically transforms on build all files with a build action of `None/Content` that have the `TextTemplatingFileGenerator` custom tools associated, without requiring the installation of any Visual Studio SDK.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Clarius.TransformOnBuild:

Package Downloads
Endjin.SpecFlow.Selenium

Endjin's SpecFlow and Selenium testing framework for smart automated web UI tests development.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.22.0 207,174 1/23/2019
1.21.0 21,059 1/11/2018
1.1.12 108,579 2/6/2015
1.1.11 1,445 2/5/2015
1.1.10 3,039 9/11/2014
1.1.3 1,287 9/2/2014
1.1.2 1,265 9/1/2014
1.1.1 5,724 6/19/2014
1.1.0 1,323 6/15/2014
1.0.5 2,417 1/15/2014
1.0.2 1,248 1/13/2014

* Merged NuGet Package Clarius.TransformOnBuild-unofficial

* Add support for Visual Studio 2017 and Preview

* Add support for passing transform parameters

* Add support for Visual Studio 2015 Update 1

* Fix path with spaces

* Transform items with Build Action = Content

* Ensure ResolveReferences and _CopyFilesMarkedCopyLocal will run during the main build

* Transform before build and manually trigger ResolveReferences

* Copy custom task assembly to the temp folder to prevent locking

* Copy Local dlls to TargetDir before transformation to allow use of $(TargetDir)

* Substitute MSBuild variables such as $(ProjectDir)