StyleCop.MSBuild
5.0.0-beta02
See the version list below for details.
dotnet add package StyleCop.MSBuild --version 5.0.0-beta02
NuGet\Install-Package StyleCop.MSBuild -Version 5.0.0-beta02
<PackageReference Include="StyleCop.MSBuild" Version="5.0.0-beta02"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add StyleCop.MSBuild --version 5.0.0-beta02
#r "nuget: StyleCop.MSBuild, 5.0.0-beta02"
// Install StyleCop.MSBuild as a Cake Addin #addin nuget:?package=StyleCop.MSBuild&version=5.0.0-beta02&prerelease // Install StyleCop.MSBuild as a Cake Tool #tool nuget:?package=StyleCop.MSBuild&version=5.0.0-beta02&prerelease
Integrates 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. |
|
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
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
|
|
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 | 551,851 | 7/3/2020 |
6.1.0 | 651,529 | 4/9/2019 |
6.0.0 | 212,824 | 2/23/2019 |
6.0.0-beta04 | 31,909 | 11/24/2018 |
5.0.0 | 1,717,212 | 7/29/2017 |
5.0.0-beta02 | 41,586 | 4/30/2017 |
5.0.0-beta01 | 13,709 | 12/10/2016 |
5.0.0-alpha01 | 5,691 | 10/18/2016 |
4.7.55 | 733,906 | 11/11/2016 |
4.7.54 | 430,997 | 5/14/2016 |
4.7.53 | 117,012 | 5/2/2016 |
4.7.52 | 13,415 | 4/21/2016 |
4.7.51 | 38,898 | 4/4/2016 |
4.7.50 | 83,064 | 2/5/2016 |
4.7.49.1 | 736,148 | 1/30/2015 |
4.7.49 | 791,294 | 4/1/2014 |
4.7.48.2 | 39,593 | 2/19/2014 |
4.7.48 | 93,461 | 1/2/2014 |
4.7.47 | 26,393 | 11/25/2013 |
4.7.46.1 | 13,268 | 11/9/2013 |
4.7.46 | 60,000 | 9/26/2013 |
4.7.45 | 42,309 | 8/2/2013 |
4.7.44.1 | 76,261 | 1/14/2013 |
4.7.42.1 | 33,839 | 11/17/2012 |
4.7.41 | 8,401 | 10/10/2012 |
4.7.40 | 16,670 | 9/30/2012 |
4.7.38 | 11,067 | 9/22/2012 |
4.7.37 | 3,331 | 9/15/2012 |
4.7.36.1 | 2,922 | 9/13/2012 |
4.7.36 | 3,253 | 9/11/2012 |
4.7.35 | 9,237 | 7/26/2012 |
4.7.34 | 11,029 | 7/9/2012 |
4.7.33 | 5,612 | 6/30/2012 |
4.7.32 | 3,084 | 6/28/2012 |
4.7.31.2 | 7,168 | 6/22/2012 |
4.7.31.1 | 12,503 | 6/16/2012 |
4.7.31 | 2,975 | 6/11/2012 |
4.7.30 | 2,809 | 6/7/2012 |
4.7.28 | 2,933 | 6/4/2012 |
4.7.27 | 2,934 | 5/29/2012 |
4.7.26.6 | 2,732 | 5/27/2012 |
4.7.25 | 2,872 | 5/24/2012 |
4.7.24 | 3,034 | 5/21/2012 |
4.7.23 | 4,098 | 5/17/2012 |
4.7.19 | 2,877 | 5/5/2012 |
4.7.18 | 3,088 | 5/1/2012 |
4.7.17.1 | 3,895 | 4/17/2012 |
4.7.17 | 3,170 | 3/23/2012 |
4.7.14 | 8,278 | 3/16/2012 |
* 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.