StyleCop.CSharp.Rules
6.0.0-beta04
See the version list below for details.
dotnet add package StyleCop.CSharp.Rules --version 6.0.0-beta04
NuGet\Install-Package StyleCop.CSharp.Rules -Version 6.0.0-beta04
<PackageReference Include="StyleCop.CSharp.Rules" Version="6.0.0-beta04" />
paket add StyleCop.CSharp.Rules --version 6.0.0-beta04
#r "nuget: StyleCop.CSharp.Rules, 6.0.0-beta04"
// Install StyleCop.CSharp.Rules as a Cake Addin #addin nuget:?package=StyleCop.CSharp.Rules&version=6.0.0-beta04&prerelease // Install StyleCop.CSharp.Rules as a Cake Tool #tool nuget:?package=StyleCop.CSharp.Rules&version=6.0.0-beta04&prerelease
Contains C# StyleCop analyzers that can be incorporated into other projects (such as ReSharper).
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. |
-
- StyleCop (>= 6.0.0-beta04)
- StyleCop.CSharp (>= 6.0.0-beta04)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on StyleCop.CSharp.Rules:
Repository | Stars |
---|---|
StyleCop/StyleCop.ReSharper
Official ReSharper extension for StyleCop
|
Version | Downloads | Last updated |
---|---|---|
6.2.0 | 32,468 | 7/3/2020 |
6.1.0 | 16,301 | 4/9/2019 |
6.0.0 | 753 | 2/23/2019 |
6.0.0-beta04 | 619 | 11/24/2018 |
5.0.0 | 10,389 | 7/29/2017 |
5.0.0-beta02 | 849 | 4/30/2017 |
5.0.0-beta01 | 888 | 12/10/2016 |
5.0.0-alpha01 | 831 | 10/18/2016 |
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).