ReSharper to SonarQube example
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
- Start SonarQube scanner
- Build solution
- Run R# analysis
- Convert the R# report to SonarQube format using
dotnet-reqube
- End SonarQube scanner
Check build.cake for more details.