StyleCop 5.0.0-beta01
See the version list below for details.
dotnet add package StyleCop --version 5.0.0-beta01
NuGet\Install-Package StyleCop -Version 5.0.0-beta01
<PackageReference Include="StyleCop" Version="5.0.0-beta01" />
paket add StyleCop --version 5.0.0-beta01
#r "nuget: StyleCop, 5.0.0-beta01"
// Install StyleCop as a Cake Addin #addin nuget:?package=StyleCop&version=5.0.0-beta01&prerelease // Install StyleCop as a Cake Tool #tool nuget:?package=StyleCop&version=5.0.0-beta01&prerelease
The core StyleCop library that is used to create and use parsers and analyzers.
Product | Versions 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. |
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. |
|
Naos.HubSpot.Serialization.Bson
BSON Serialization Configuration for types in Naos.HubSpot. |
|
Naos.HubSpot.Serialization.Json
JSON Serialization Configuration for types in Naos.HubSpot. |
GitHub repositories (2)
Showing the top 2 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)
|
Version | Downloads | Last updated |
---|---|---|
6.2.0 | 251,089 | 7/3/2020 |
6.1.0 | 194,436 | 4/9/2019 |
6.0.0 | 20,820 | 2/23/2019 |
6.0.0-beta04 | 10,998 | 11/24/2018 |
5.0.0 | 380,140 | 7/29/2017 |
5.0.0-beta02 | 2,424 | 4/30/2017 |
5.0.0-beta01 | 5,018 | 12/10/2016 |
5.0.0-alpha01 | 1,480 | 10/18/2016 |
4.7.55 | 157,864 | 11/11/2016 |
4.7.49 | 511,443 | 4/1/2014 |
4.7.44 | 97,211 | 1/11/2013 |
4.7.43 | 1,539 | 1/11/2013 |
4.7.41 | 7,853 | 10/5/2012 |
4.7.39 | 1,797 | 9/28/2012 |
4.7.37 | 2,690 | 9/14/2012 |
4.7.33 | 4,340 | 6/29/2012 |
4.7.32 | 1,661 | 6/22/2012 |
4.7.30 | 1,714 | 6/6/2012 |
4.7.29 | 2,637 | 6/5/2012 |
4.7.28 | 1,621 | 6/1/2012 |
4.7.27 | 1,612 | 5/29/2012 |
4.7.26 | 1,617 | 5/25/2012 |
4.7.25 | 1,712 | 5/24/2012 |
4.7.10 | 43,629 | 2/16/2012 |
4.5.25 | 4,924 | 6/30/2011 |
4.5.22 | 1,767 | 6/24/2011 |
4.5.21 | 1,777 | 6/23/2011 |
4.5.18 | 1,863 | 6/9/2011 |
4.5.17 | 1,797 | 6/6/2011 |
4.5.16 | 1,945 | 5/22/2011 |
4.5.14 | 1,822 | 5/15/2011 |
4.5.13 | 1,868 | 4/20/2011 |
4.5.12 | 19,308 | 4/16/2011 |
* Renamed SA1216:NoValueFirstComparison to SA1131:UseReadableConditions to match the StyleCopAnalyzers project (CodePlex issue #7737)
* Renamed SA1217:UsingStaticDirectivesMustBePlacedAfterUsingNamespaceDirectives to SA1216:UsingStaticDirectivesMustBePlacedAtTheCorrectLocation to match the StyleCopAnalyzers project (CodePlex issue #7738)
* Fixed a potential IndexOutOfRangeException when parsing newline characters near a ternary operator (CodePlex issues #7748, #7743, #7742)
* Modified CurlyBracketsForMultiLineStatementsMustNotShareLine to allow object and collection initializers on a single line within a multi-line lambda.
* Documentation of all <exception> elements is now checked, instead of just the first one (CodePlex issue #7731)
* Fixed parsing of fields or method parameters with a type similar to int?, (CodePlex issue #7729)
* Stopped reporting SA1648:InheritDocMustBeUsedWithInheritingClass if the documentation includes a cref attribute (CodePlex issue #7488)
* Included preferred alternate spellings when spellchecking (CodePlex issue #7733)
* Documentation rules are no longer checked if an <exclude/> tag is present (CodePlex issue #7732)
* Added support for Office 2013 and 2016 (including click-to-run installations) to SpellChecker.