Skip to content

jmecosta/sonar-dotnet-codeanalysis

Repository files navigation

SonarQube Code Analysis for C#

A subset of SonarQube rules to identify code quality issues in C# source code.

Description

SonarQube Code Analysis for C# is a code analysis NuGet package and a Visual Studio Extension based on the .NET Compiler Platform ("Roslyn"). The package offers reports on bugs, potential bugs, duplicated code, coding standards, comments, and software design.

Installation

  • From the Visual Studio Extensions and Updates window. Select Online/Visual Studio Gallery, and search for ...
  • Download the extension from Visual Studio Gallery: https://visualstudiogallery.msdn.microsoft.com/...
  • From the NuGet package manager console: Install-Package SonarQube.CodeAnalysis.CSharp -Pre

Source code

Clone the sources: git clone https://github.com/SonarSource/sonar-dotnet-codeanalysis.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published