Escendit.Tools.CodeAnalysis.SonarAnalyzers 0.5.1-rc.15

This is a prerelease version of Escendit.Tools.CodeAnalysis.SonarAnalyzers.
dotnet add package Escendit.Tools.CodeAnalysis.SonarAnalyzers --version 0.5.1-rc.15
NuGet\Install-Package Escendit.Tools.CodeAnalysis.SonarAnalyzers -Version 0.5.1-rc.15
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="Escendit.Tools.CodeAnalysis.SonarAnalyzers" Version="0.5.1-rc.15">
  <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 Escendit.Tools.CodeAnalysis.SonarAnalyzers --version 0.5.1-rc.15
#r "nuget: Escendit.Tools.CodeAnalysis.SonarAnalyzers, 0.5.1-rc.15"
#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 Escendit.Tools.CodeAnalysis.SonarAnalyzers as a Cake Addin
#addin nuget:?package=Escendit.Tools.CodeAnalysis.SonarAnalyzers&version=0.5.1-rc.15&prerelease

// Install Escendit.Tools.CodeAnalysis.SonarAnalyzers as a Cake Tool
#tool nuget:?package=Escendit.Tools.CodeAnalysis.SonarAnalyzers&version=0.5.1-rc.15&prerelease

NuGet Package: Escendit.Tools.CodeAnalysis.SonarAnalyzers

This NuGet package leverages the power of Sonar Analyzers to enforce code quality standards that are tailored to the organization's specific needs. By default, the package uses a set of analyzer rules that have been configured to align with the organization's coding practices, ensuring that our code is always compliant and maintainable.

Key features:

  • Utilize Roslyn .NET Analyzers for powerful and customizable code analysis
  • Defaults suited to the organization's coding practices
  • Ensures code compliance and maintainability

Installation

To install this package, use the NuGet Package Manager Console:

PM> Install-Package Escendit.Tools.CodeAnalysis.SonarAnalyzers

Or you can search for "Escendit.Tools.CodeAnalysis.SonarAnalyzers" in the NuGet Package Manager UI and install it from there.

Usage

After installing the package, the MSBuild and .editorconfig properties will be set automatically.

  • You can modify the MSBuild properties by updating the values in your .csproj or .vbproj file.
  • You can modify the .editorconfig properties by creating .editorconfig file and overriding the default values.

Configuration

The NuGet package includes the following default rules and severity levels:

Currently, vendor provides the defaults.

To modify the severity level of a rule, you can add the following code to your .editorconfig file:

dotnet_diagnostic.<Rule>.severity = <Severity>

For example, to change the severity level of S9999 to "error", add the following line to your .editorconfig file:

dotnet_diagnostic.S9999.severity = error

Contributing

If you find a bug or have a feature request, please create an issue in the GitHub repository.

To contribute code, fork the repository and submit a pull request. Please ensure that your code follows the project's coding standards and is thoroughly tested.

License

This package is released under the MIT License. See the LICENSE.txt file for details.

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
0.5.1-rc.15 64 10/2/2023
0.5.1-rc.13 61 9/18/2023
0.5.1-rc.11 73 9/11/2023
0.5.1-rc.9 83 8/29/2023
0.5.1-rc.7 81 8/10/2023
0.5.1-rc.5 81 7/10/2023
0.5.1-rc.3 71 7/10/2023
0.5.0 1,233 4/26/2023
0.1.0-rc.17 90 4/14/2023