StyleCop.CSharp
5.0.0
See the version list below for details.
Install-Package StyleCop.CSharp -Version 5.0.0
dotnet add package StyleCop.CSharp --version 5.0.0
<PackageReference Include="StyleCop.CSharp" Version="5.0.0" />
paket add StyleCop.CSharp --version 5.0.0
#r "nuget: StyleCop.CSharp, 5.0.0"
// Install StyleCop.CSharp as a Cake Addin
#addin nuget:?package=StyleCop.CSharp&version=5.0.0
// Install StyleCop.CSharp as a Cake Tool
#tool nuget:?package=StyleCop.CSharp&version=5.0.0
Contains the C# StyleCop parser and classes used to create C# analyzers.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- StyleCop (>= 5.0.0)
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 | 34,604 | 7/3/2020 |
6.1.0 | 18,090 | 4/9/2019 |
6.0.0 | 808 | 2/23/2019 |
6.0.0-beta04 | 683 | 11/24/2018 |
5.0.0 | 14,508 | 7/29/2017 |
5.0.0-beta02 | 790 | 4/30/2017 |
5.0.0-beta01 | 777 | 12/10/2016 |
5.0.0-alpha01 | 768 | 10/18/2016 |
* Added parser support for property ref returns
* Fixed the line numbers reported for violations within verbatim interpolated strings
* Fixed a false positive of SA1502 for expression bodied properties that contain object/collection initializers
* Fixed the parsing of catch statements with exception filters
* Fixed a bug when trying to open included XML documentation files on case-sensitive filesystems
* Fixed a bug where the StyleCop extension would not be properly removed
For 5.0.0-beta02:
* Fixed the parsing of backslashes in multi-line interpolated string literals (GitHub issue #88)
* Fixed the name of the default settings file included in the VSIX (changed from DefaultSettings.StyleCop to Settings.StyleCop)
* Changed SA1202 to be more permissive with dependency properties (GitHub issue #51)
* Added parser support for pattern matching (GitHub issue #106)
* Added parser support for throw expressions (GitHub issue #92)
* Added parser support for binary literals and digit separators (GitHub issue #94)
* Added parser support for ref returns and ref locals
* Added parser support for local functions
* Added parser support for tuple types and tuple literals
* Added parser support for deconstruction
For 5.0.0-beta01:
* 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.