CSharpGuidelinesAnalyzer 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSharpGuidelinesAnalyzer --version 3.1.0
                    
NuGet\Install-Package CSharpGuidelinesAnalyzer -Version 3.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.1.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSharpGuidelinesAnalyzer" Version="3.1.0" />
                    
Directory.Packages.props
<PackageReference Include="CSharpGuidelinesAnalyzer">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CSharpGuidelinesAnalyzer --version 3.1.0
                    
#r "nuget: CSharpGuidelinesAnalyzer, 3.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CSharpGuidelinesAnalyzer@3.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CSharpGuidelinesAnalyzer&version=3.1.0
                    
Install as a Cake Addin
#tool nuget:?package=CSharpGuidelinesAnalyzer&version=3.1.0
                    
Install as a Cake Tool

Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Requires Visual Studio 2017 Update 5 or higher.

There are no supported framework assets in this package.

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 (5)

Showing the top 5 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.
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architecture like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit in .Net 9.
AwesomeAssertions/AwesomeAssertions
A fork of FluentAssertions controlled by the community.
json-api-dotnet/JsonApiDotNetCore
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc and Masstransit in .Net 9.
Version Downloads Last Updated
3.8.5 163,479 4/22/2024
3.8.4 57,390 10/4/2023
3.8.3 46,932 3/10/2023
3.8.2 64,296 8/22/2022
3.8.1 24,057 4/29/2022
3.8.0 78,453 3/13/2022
3.7.1 32,744 12/5/2021
3.7.0 9,182 9/12/2021
3.6.0 47,667 2/27/2021
3.5.0 56,032 4/27/2020
3.4.0 6,394 1/14/2020
3.3.0 2,412 11/23/2019
3.2.0 91,719 8/3/2019
3.1.0 14,537 7/19/2019
3.0.0 35,983 7/5/2018
2.6.1 27,586 12/9/2017
2.6.0 2,171 12/5/2017
2.0.0 4,699 8/18/2017
1.0.1 1,696 6/5/2017
1.0.0 9,616 3/13/2017
0.5.0-pre-00001 1,152 1/7/2017
0.4.0-pre-00001 1,168 12/18/2016
0.3.0-pre-00001 1,353 11/23/2016
0.2.0-pre-00000 1,234 11/9/2016
0.1.0-pre-00089 1,400 11/5/2016
0.1.0-pre-00059 1,193 10/28/2016
0.1.0-pre-00022 1,174 10/13/2016

Added configuration support for MaxStatementCount in AV1500 and MaxParameterCount in AV1561.