StyleCop 6.2.0
dotnet add package StyleCop --version 6.2.0
NuGet\Install-Package StyleCop -Version 6.2.0
<PackageReference Include="StyleCop" Version="6.2.0" />
paket add StyleCop --version 6.2.0
#r "nuget: StyleCop, 6.2.0"
// Install StyleCop as a Cake Addin
#addin nuget:?package=StyleCop&version=6.2.0
// Install StyleCop as a Cake Tool
#tool nuget:?package=StyleCop&version=6.2.0
The core StyleCop "Classic" library that is used to create and use parsers and analyzers.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (16)
Showing the top 5 NuGet packages that depend on StyleCop:
Package | Downloads |
---|---|
StyleCop.CSharp
Contains the C# StyleCop "Classic" parser and classes used to create C# analyzers. |
|
StyleCop.CSharp.Rules
Contains C# StyleCop "Classic" analyzers that can be incorporated into other projects (such as ReSharper). |
|
Naos.HubSpot.Domain
Domain objects for the connector to HubSpot.com's API. |
|
Wolfpack.Contrib.Checks.CpuThreshold
Wolfpack.Contrib.Checks.CpuThreshold |
|
Naos.HubSpot.Serialization.Json
JSON Serialization Configuration for types in Naos.HubSpot. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on StyleCop:
Repository | Stars |
---|---|
dotnet/ef6
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
|
|
aspnet/AspNetWebStack
ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
|
|
imsardine/winappdriver
WebDriver for Windows Applications
|
Version | Downloads | Last updated |
---|---|---|
6.2.0 | 127,212 | 7/3/2020 |
6.1.0 | 166,822 | 4/9/2019 |
6.0.0 | 18,441 | 2/23/2019 |
6.0.0-beta04 | 10,297 | 11/24/2018 |
5.0.0 | 323,678 | 7/29/2017 |
5.0.0-beta02 | 2,292 | 4/30/2017 |
5.0.0-beta01 | 4,837 | 12/10/2016 |
5.0.0-alpha01 | 1,315 | 10/18/2016 |
4.7.55 | 131,077 | 11/11/2016 |
4.7.49 | 386,947 | 4/1/2014 |
4.7.44 | 74,628 | 1/11/2013 |
4.7.43 | 1,328 | 1/11/2013 |
4.7.41 | 5,791 | 10/5/2012 |
4.7.39 | 1,508 | 9/28/2012 |
4.7.37 | 2,451 | 9/14/2012 |
4.7.33 | 4,007 | 6/29/2012 |
4.7.32 | 1,423 | 6/22/2012 |
4.7.30 | 1,496 | 6/6/2012 |
4.7.29 | 2,416 | 6/5/2012 |
4.7.28 | 1,389 | 6/1/2012 |
4.7.27 | 1,375 | 5/29/2012 |
4.7.26 | 1,371 | 5/25/2012 |
4.7.25 | 1,413 | 5/24/2012 |
4.7.10 | 42,947 | 2/16/2012 |
4.5.25 | 4,344 | 6/30/2011 |
4.5.22 | 1,482 | 6/24/2011 |
4.5.21 | 1,488 | 6/23/2011 |
4.5.18 | 1,569 | 6/9/2011 |
4.5.17 | 1,505 | 6/6/2011 |
4.5.16 | 1,650 | 5/22/2011 |
4.5.14 | 1,526 | 5/15/2011 |
4.5.13 | 1,575 | 4/20/2011 |
4.5.12 | 13,282 | 4/16/2011 |
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).