BitCore.CodingPolicy 2022.826.19

dotnet add package BitCore.CodingPolicy --version 2022.826.19
NuGet\Install-Package BitCore.CodingPolicy -Version 2022.826.19
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="BitCore.CodingPolicy" Version="2022.826.19">
  <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.
paket add BitCore.CodingPolicy --version 2022.826.19
#r "nuget: BitCore.CodingPolicy, 2022.826.19"
#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.
// Install BitCore.CodingPolicy as a Cake Addin
#addin nuget:?package=BitCore.CodingPolicy&version=2022.826.19

// Install BitCore.CodingPolicy as a Cake Tool
#tool nuget:?package=BitCore.CodingPolicy&version=2022.826.19

BitCore.CodingPolicy

Description

The BitCore.Coding policy is a collection of naming and coding rules for the C# programming language. The rules are based on the C# Coding Conventions and the C# identifier naming rules and conventions.

The rules only respect .cs files. Code analyzer for other files than .cs code aren't supported right now.

Analyzer

Following analyzers are configured in the BitCore.ruleset file: | Analyzer | CodeId-Prefix | |---|---| | SonarAnalyzer.CSharp | S | | StyleCop.Analyzers | SA, SX | | Microsoft.CodeQuality.Analyzers | CA | | Microsoft.NetCore.Analyzers | CA | | Microsoft.NetCore.CSharp.Analyzers | CA | | Microsoft.CodeQuality.CSharp.Analyzers | CA | | IDisposableAnalyzers | IDISP |

Files

  • BitCore.ruleset: Configuration for Analyzers
  • stylecop.json: Further Stylecop.Analyzer rules

Notes

The .csproj is required for dotnet to be able to create a nuget package

> dotnet pack --no-build BitCore.CodingPolicy.csproj
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2022.826.19 158 8/26/2022
2022.826.18 105 8/26/2022
2022.826.17 101 8/26/2022
2022.826.16 98 8/26/2022
2022.826.15 101 8/26/2022
2022.826.14 99 8/26/2022
2022.826.13 102 8/26/2022
2022.826.12 93 8/26/2022
2022.826.11 98 8/26/2022
2022.826.10 97 8/26/2022
2022.826.9 107 8/26/2022
2022.826.8 106 8/26/2022
2022.826.7 105 8/26/2022
2022.826.2 101 8/26/2022

Initial release