StyleCop.MSBuild
6.2.0
dotnet add package StyleCop.MSBuild --version 6.2.0
NuGet\Install-Package StyleCop.MSBuild -Version 6.2.0
<PackageReference Include="StyleCop.MSBuild" Version="6.2.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="StyleCop.MSBuild" Version="6.2.0" />
<PackageReference Include="StyleCop.MSBuild"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add StyleCop.MSBuild --version 6.2.0
#r "nuget: StyleCop.MSBuild, 6.2.0"
#:package StyleCop.MSBuild@6.2.0
#addin nuget:?package=StyleCop.MSBuild&version=6.2.0
#tool nuget:?package=StyleCop.MSBuild&version=6.2.0
Integrates StyleCop "Classic" source code analysis into the build process of C# projects to enforce a set of style and consistency rules.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (17)
Showing the top 5 NuGet packages that depend on StyleCop.MSBuild:
| Package | Downloads |
|---|---|
|
StyleCop.Error.MSBuild
Forces the Style cop warnings to appear as errors while building. |
|
|
StyleCopPlus.MSBuild
StyleCopPlus.MSBuild integrates StyleCopPlus into the build process. This is just a simple Nuget that sets StyleCopAdditionalAddinPaths to the StyleCopPlus.dll folder. All regards to the corresponding authors. |
|
|
Infrastructure.DataAccess
Lensgrinder's flexible data access utilities. |
|
|
PushoverQ
PushoverQ is the only opinionated queue library for Azure Service Bus. |
|
|
RedWood
Redwoodbase |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on StyleCop.MSBuild:
| Repository | Stars |
|---|---|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.2.0 | 762,225 | 7/3/2020 |
| 6.1.0 | 741,698 | 4/9/2019 |
| 6.0.0 | 223,805 | 2/23/2019 |
| 6.0.0-beta04 | 32,507 | 11/24/2018 |
| 5.0.0 | 1,811,467 | 7/29/2017 |
| 5.0.0-beta02 | 42,314 | 4/30/2017 |
| 5.0.0-beta01 | 14,207 | 12/10/2016 |
| 5.0.0-alpha01 | 6,316 | 10/18/2016 |
| 4.7.55 | 773,602 | 11/11/2016 |
| 4.7.54 | 441,037 | 5/14/2016 |
| 4.7.53 | 119,913 | 5/2/2016 |
| 4.7.52 | 14,829 | 4/21/2016 |
| 4.7.51 | 39,875 | 4/4/2016 |
| 4.7.50 | 85,485 | 2/5/2016 |
| 4.7.49.1 | 815,167 | 1/30/2015 |
| 4.7.49 | 840,578 | 4/1/2014 |
| 4.7.48.2 | 41,825 | 2/19/2014 |
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).