Skip to content

olsh/resharper-to-sonarqube-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ReSharper to SonarQube example

Build status Quality Gate

This repository contains an example project which shows how you can send ReSharper code issues to SonarQube using dotnet-reqube.

Only SonarQube 7.2+ is supported.

You can see imported R# issues on the page.

More information about the integration in the blog post

Generic steps to import issues

  1. Start SonarQube scanner
  2. Build solution
  3. Run R# analysis
  4. Convert the R# report to SonarQube format using dotnet-reqube
  5. End SonarQube scanner

Check build.cake for more details.

About

This repository contains an example project which shows how you can send ReSharper code issues to SonarQube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published