StyleCop.CSharp 6.2.0

dotnet add package StyleCop.CSharp --version 6.2.0
NuGet\Install-Package StyleCop.CSharp -Version 6.2.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="StyleCop.CSharp" Version="6.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StyleCop.CSharp --version 6.2.0
#r "nuget: StyleCop.CSharp, 6.2.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 StyleCop.CSharp as a Cake Addin
#addin nuget:?package=StyleCop.CSharp&version=6.2.0

// Install StyleCop.CSharp as a Cake Tool
#tool nuget:?package=StyleCop.CSharp&version=6.2.0

Contains the C# StyleCop "Classic" parser and classes used to create C# analyzers.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on StyleCop.CSharp:

Package Downloads
StyleCop.CSharp.Rules

Contains C# StyleCop "Classic" analyzers that can be incorporated into other projects (such as ReSharper).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.0 37,825 7/3/2020
6.1.0 18,574 4/9/2019
6.0.0 1,082 2/23/2019
6.0.0-beta04 794 11/24/2018
5.0.0 15,143 7/29/2017
5.0.0-beta02 898 4/30/2017
5.0.0-beta01 926 12/10/2016
5.0.0-alpha01 904 10/18/2016

For 6.2.0:
-Fixed ArgumentNullException on indexer initializer for dictionary (#214).
-Removed lingering usage of StyleCop.targets installed by StyleCop 4.7.

For 6.1.0:
-Added support for Visual Studio 2019 and newer.
-Fixed parsing of default value expressions without a specified type (#172).

For 6.0.0:
-Fixed parsing of switch statements with pattern matching (#154).
-Fixed parsing of nullable ValueTuple types (#163).
-Fixed parsing of pattern-matching expressions in LINQ statements (#171).
-Fixed parsing of ValueTuple types in foreach statements (#179).
-Fixed parsing of a local function with a namespace-qualified return type (#191).
-Fixed parsing of interpolated strings containing an "at" symbol (#192).
-Fixed parsing of variables named "yield" (#195).
-Fixed parsing of inline "out" variables.
-Fixed parsing of nullable local functions.
-Fixed analysis of spacing when the return type of a method is a Task with a ValueTuple result type (#141).
-Fixed the directory used when searching for a local copy of spelling libraries (#160).
-Included the local directory when searching for add-ins (#50).
-Expanded the supported target versions of Visual Studio Professional (#166).
-Made the "don't care" identifier (i.e. a single underscore character) acceptable (#140).