CSharpGuidelinesAnalyzer 3.4.0
See the version list below for details.
dotnet add package CSharpGuidelinesAnalyzer --version 3.4.0
NuGet\Install-Package CSharpGuidelinesAnalyzer -Version 3.4.0
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.4.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CSharpGuidelinesAnalyzer --version 3.4.0
#r "nuget: CSharpGuidelinesAnalyzer, 3.4.0"
// Install CSharpGuidelinesAnalyzer as a Cake Addin #addin nuget:?package=CSharpGuidelinesAnalyzer&version=3.4.0 // Install CSharpGuidelinesAnalyzer as a Cake Tool #tool nuget:?package=CSharpGuidelinesAnalyzer&version=3.4.0
Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Requires Visual Studio 2017 Update 5 or higher.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CSharpGuidelinesAnalyzer:
Package | Downloads |
---|---|
SimairaDigital.CodingGuidelines
Simaira Digital BackendCoding Guidelines |
|
SimairaDigital.CSharp.Coding.Guidelines
Simaira Digital C# Coding Guidelines |
|
Pangea.Domain
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on CSharpGuidelinesAnalyzer:
Repository | Stars |
---|---|
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
|
|
json-api-dotnet/JsonApiDotNetCore
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
|
|
bkoelman/CSharpGuidelinesAnalyzer
Reports diagnostics for C# coding guidelines that are not already covered by Resharper.
|
Version | Downloads | Last updated |
---|---|---|
3.8.5 | 38,310 | 4/22/2024 |
3.8.4 | 43,116 | 10/4/2023 |
3.8.3 | 41,364 | 3/10/2023 |
3.8.2 | 62,653 | 8/22/2022 |
3.8.1 | 22,833 | 4/29/2022 |
3.8.0 | 73,270 | 3/13/2022 |
3.7.1 | 29,821 | 12/5/2021 |
3.7.0 | 8,613 | 9/12/2021 |
3.6.0 | 46,437 | 2/27/2021 |
3.5.0 | 53,394 | 4/27/2020 |
3.4.0 | 6,088 | 1/14/2020 |
3.3.0 | 2,290 | 11/23/2019 |
3.2.0 | 82,638 | 8/3/2019 |
3.1.0 | 14,160 | 7/19/2019 |
3.0.0 | 34,369 | 7/5/2018 |
2.6.1 | 26,223 | 12/9/2017 |
2.6.0 | 1,980 | 12/5/2017 |
2.0.0 | 4,500 | 8/18/2017 |
1.0.1 | 1,402 | 6/5/2017 |
1.0.0 | 9,282 | 3/13/2017 |
0.5.0-pre-00001 | 971 | 1/7/2017 |
0.4.0-pre-00001 | 980 | 12/18/2016 |
0.3.0-pre-00001 | 1,072 | 11/23/2016 |
0.2.0-pre-00000 | 1,044 | 11/9/2016 |
0.1.0-pre-00089 | 1,218 | 11/5/2016 |
0.1.0-pre-00059 | 1,001 | 10/28/2016 |
0.1.0-pre-00022 | 989 | 10/13/2016 |
Take nullability of reference types into account when comparing symbols in various analyzers.
AV1250: Changed to report only on public methods.
AV2202: Rewrite of expression comparisons (more future proof).
AV1755: Do not report on test methods.
AV1561: Added MaxConstructorParameterCount configuration setting.