JSLintNet.MSBuild 1.8.1

Requires NuGet 2.8.0 or higher.

dotnet add package JSLintNet.MSBuild --version 1.8.1
NuGet\Install-Package JSLintNet.MSBuild -Version 1.8.1
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="JSLintNet.MSBuild" Version="1.8.1">
  <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 JSLintNet.MSBuild --version 1.8.1
#r "nuget: JSLintNet.MSBuild, 1.8.1"
#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 JSLintNet.MSBuild as a Cake Addin
#addin nuget:?package=JSLintNet.MSBuild&version=1.8.1

// Install JSLintNet.MSBuild as a Cake Tool
#tool nuget:?package=JSLintNet.MSBuild&version=1.8.1

JSLint.NET for MSBuild adds JavaScript validation targets to any Visual Studio project.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.1 936 5/5/2015
1.7.0 2,213 12/18/2014
1.6.5 1,555 9/20/2014
1.6.4 560 8/7/2014
1.6.3 294 7/11/2014
1.6.2 1,112 4/25/2014
1.6.1 55 4/11/2014
1.6.0 75 4/5/2014
1.5.1 1,452 2/15/2014
1.4.0 113 1/10/2014
1.3.1 76 12/28/2013
1.3.0 76 12/27/2013

1.8.1 - Fixed sticky cancelled settings. Revised links to new home on GitHub.
1.8.0 - Visual Studio 2015 support.
1.7.0 - Fix intermittent MSBuild failures.
1.6.5 - Prevent duplicate warnings between NuGet and VSIX.
1.6.4 - Support linked settings file.
1.6.3 - JSLint 2014-07-08 (disallow inefficient literal access).
1.6.2 - JSLint 2014-04-21 (allow leading semicolon).
1.6.1 - JSLint 2014-04-08.
1.6.0 - Added support for streamline.js files.
1.5.1 - Added minClientVersion attribute for NuGet 2.8.0.
1.5.0 - All settings can be overriden with a build configuration specific JSON file. Deprecated OutputOverride property. Upgraded JSLint to 2014-02-06.
1.4.1 - NuGet 2.8 is now required. Marked package as a development dependency. Upgraded JSLint to 2014-01-26.
1.4.0 - Added support for 64-bit MSBuild. Made targets even more configurable. Included console app in tools for settings editor.
1.3.1 - Added configurable properties to JSLint.NET targets.
For all release information see:
https://github.com/benquarmby/jslintnet/releases
For the legacy changelog see:
https://github.com/benquarmby/jslintnet/wiki/Change-Log