FSharpLint 0.2.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharpLint --version 0.2.7                
NuGet\Install-Package FSharpLint -Version 0.2.7                
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="FSharpLint" Version="0.2.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharpLint --version 0.2.7                
#r "nuget: FSharpLint, 0.2.7"                
#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 FSharpLint as a Cake Addin
#addin nuget:?package=FSharpLint&version=0.2.7

// Install FSharpLint as a Cake Tool
#tool nuget:?package=FSharpLint&version=0.2.7                

Lint tool for F#.

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.2.8 20,491 2/3/2016
0.2.8-beta 1,532 10/10/2015
0.2.7 2,612 9/27/2015
0.2.6 2,352 7/18/2015
0.2.5 2,045 7/7/2015
0.2.4 1,886 7/6/2015
0.2.3 1,901 7/2/2015
0.2.2 1,945 6/9/2015
0.2.1 2,304 5/31/2015
0.2.0 2,208 5/31/2015
0.1.16 2,196 3/11/2015
0.1.15 1,965 2/8/2015
0.1.14 2,114 1/18/2015
0.1.13 2,031 1/11/2015
0.1.12 2,341 12/16/2014
0.1.11 2,176 11/23/2014
0.1.10 2,166 11/19/2014
0.1.9 2,212 11/17/2014
0.1.8 2,308 11/15/2014
0.1.7 2,352 11/14/2014
0.1.6 2,088 10/25/2014
0.1.5 2,022 10/24/2014
0.1.4 1,966 10/21/2014
0.1.3 2,007 10/16/2014
0.1.2 1,989 10/14/2014
0.1.1 2,193 9/28/2014
0.1.0 1,973 9/25/2014

* Fixed bug: https://github.com/fsprojects/FSharpLint/issues/126
* Fixed bug: https://github.com/fsprojects/FSharpLint/issues/125
* Added feature - now able to write a message as a suggestion in hints: https://github.com/fsprojects/FSharpLint/issues/117
* Added feature - nulls can now be matched against in hints: https://github.com/fsprojects/FSharpLint/commit/89050c3bc6020477b3b9d50a4ce541aa09b9a270
* Fixed bug - lambda length warnings would be repeated for each argument: https://github.com/fsprojects/FSharpLint/commit/bc49dd6d58ebbbe8f2cdb4857e011fcaf14d9982
* Enhancement - display operators as symbols in eta reduction suggestions: https://github.com/fsprojects/FSharpLint/commit/1b2f115e71b560ccf8019ef5f14df79f0fd62201
* Enhancement - updated warning messages: https://github.com/fsprojects/FSharpLint/commit/49e579ca35de70902def6bb30835593140be7abd
* Partially fixed bug (fixed when type checking enabled): https://github.com/fsprojects/FSharpLint/issues/113
* Partially fixed bug (fixed when type checking enabled): https://github.com/fsprojects/FSharpLint/issues/109
* Configuration can now be written back to XML.
* Configuration API updated to provide management of configuration files.