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>
paket add StyleCop.MSBuild --version 6.2.0
#r "nuget: StyleCop.MSBuild, 6.2.0"
// Install StyleCop.MSBuild as a Cake Addin #addin nuget:?package=StyleCop.MSBuild&version=6.2.0 // Install StyleCop.MSBuild as a Cake Tool #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 (16)
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. |
|
Granite
Granite Framework 0.7.5 |
GitHub repositories (17)
Showing the top 5 popular GitHub repositories that depend on StyleCop.MSBuild:
Repository | Stars |
---|---|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
Squalr/Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
|
|
telerik/UI-For-UWP
Telerik UI for Universal Windows Platform (UWP) is no longer supported.
|
|
VaughnVernon/IDDD_Samples_NET
These are the sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168
|
Version | Downloads | Last updated |
---|---|---|
6.2.0 | 567,978 | 7/3/2020 |
6.1.0 | 658,539 | 4/9/2019 |
6.0.0 | 213,229 | 2/23/2019 |
6.0.0-beta04 | 31,966 | 11/24/2018 |
5.0.0 | 1,725,456 | 7/29/2017 |
5.0.0-beta02 | 41,617 | 4/30/2017 |
5.0.0-beta01 | 13,735 | 12/10/2016 |
5.0.0-alpha01 | 5,702 | 10/18/2016 |
4.7.55 | 736,883 | 11/11/2016 |
4.7.54 | 432,342 | 5/14/2016 |
4.7.53 | 117,229 | 5/2/2016 |
4.7.52 | 13,452 | 4/21/2016 |
4.7.51 | 38,915 | 4/4/2016 |
4.7.50 | 83,174 | 2/5/2016 |
4.7.49.1 | 748,820 | 1/30/2015 |
4.7.49 | 794,964 | 4/1/2014 |
4.7.48.2 | 39,658 | 2/19/2014 |
4.7.48 | 93,631 | 1/2/2014 |
4.7.47 | 26,430 | 11/25/2013 |
4.7.46.1 | 13,290 | 11/9/2013 |
4.7.46 | 60,116 | 9/26/2013 |
4.7.45 | 42,881 | 8/2/2013 |
4.7.44.1 | 77,249 | 1/14/2013 |
4.7.42.1 | 33,990 | 11/17/2012 |
4.7.41 | 8,416 | 10/10/2012 |
4.7.40 | 16,695 | 9/30/2012 |
4.7.38 | 11,081 | 9/22/2012 |
4.7.37 | 3,348 | 9/15/2012 |
4.7.36.1 | 2,936 | 9/13/2012 |
4.7.36 | 3,270 | 9/11/2012 |
4.7.35 | 9,251 | 7/26/2012 |
4.7.34 | 11,051 | 7/9/2012 |
4.7.33 | 5,737 | 6/30/2012 |
4.7.32 | 3,096 | 6/28/2012 |
4.7.31.2 | 7,202 | 6/22/2012 |
4.7.31.1 | 12,619 | 6/16/2012 |
4.7.31 | 2,991 | 6/11/2012 |
4.7.30 | 2,822 | 6/7/2012 |
4.7.28 | 2,948 | 6/4/2012 |
4.7.27 | 2,948 | 5/29/2012 |
4.7.26.6 | 2,745 | 5/27/2012 |
4.7.25 | 2,886 | 5/24/2012 |
4.7.24 | 3,048 | 5/21/2012 |
4.7.23 | 4,112 | 5/17/2012 |
4.7.19 | 2,890 | 5/5/2012 |
4.7.18 | 3,101 | 5/1/2012 |
4.7.17.1 | 3,909 | 4/17/2012 |
4.7.17 | 3,183 | 3/23/2012 |
4.7.14 | 8,315 | 3/16/2012 |
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).