Sholo.TypeScript.Build 0.8.0

dotnet add package Sholo.TypeScript.Build --version 0.8.0
                    
NuGet\Install-Package Sholo.TypeScript.Build -Version 0.8.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="Sholo.TypeScript.Build" Version="0.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sholo.TypeScript.Build" Version="0.8.0" />
                    
Directory.Packages.props
<PackageReference Include="Sholo.TypeScript.Build" />
                    
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 Sholo.TypeScript.Build --version 0.8.0
                    
#r "nuget: Sholo.TypeScript.Build, 0.8.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.
#addin nuget:?package=Sholo.TypeScript.Build&version=0.8.0
                    
Install as a Cake Addin
#tool nuget:?package=Sholo.TypeScript.Build&version=0.8.0
                    
Install as a Cake Tool

Adds support for compiling TypeScript files during to the project build process.  The Error List window will have the correct fileanme, row, and column indexes so you can just double click on an error.  Note that when the .ts file is open, you will see duplicate errors.  Not sure if this is avoidable.

The easiest way to add .ts files to your project is via the Add New Item menu.  Visual Studio will take care of setting the appropriate Build Action and will nest the .js file under the .ts file.

To enable existing .ts files to be compiled, click on the item in Solution Explorer, change the Build Action to "TypeScriptCompile" in the Properties Window.  You may need to Show All Files and add the .js file.

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.8.0 4,799 10/4/2012 0.8.0 is deprecated because it is no longer maintained.