Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #492

Merged
merged 1 commit into from Apr 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 12 additions & 25 deletions README.md
@@ -1,39 +1,26 @@
# Sonar Scanner for MSBuild

[![Waffle.io - Columns and their card count](https://badge.waffle.io/SonarSource/sonar-csharp.svg?columns=all)](https://waffle.io/SonarSource/sonar-csharp?source=SonarSource%2Fsonar-scanner-msbuild)
[![Quality Gate](https://next.sonarqube.com/sonarqube/api/badges/gate?key=sonarlint-visualstudio)](https://next.sonarqube.com/sonarqube/dashboard?id=sonar-scanner-msbuild)
[![Coverage](https://next.sonarqube.com/sonarqube/api/badges/measure?key=sonarlint-visualstudio&metric=coverage)](https://next.sonarqube.com/sonarqube/component_measures/domain/Coverage?id=sonar-scanner-msbuild)
[![Build Status](https://sonarsource.visualstudio.com/_apis/public/build/definitions/399fb241-ecc7-4802-8697-dcdd01fbb832/7/badge)](https://sonarsource.visualstudio.com/DotNetTeam%20Project/_build/index?definitionId=7)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=sonarscanner-msbuild&metric=alert_status)](https://sonarcloud.io/dashboard?id=sonarscanner-msbuild)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=sonarscanner-msbuild&metric=coverage)](https://sonarcloud.io/component_measures?id=sonarscanner-msbuild&metric=coverage)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing)

The SonarScanner for MSBuild is the recommended way to launch a SonarQube or SonarCloud analysis for projects/solutions using MSBuild or dotnet command as build tool. It is the result of a [collaboration between SonarSource and Microsoft.](http://www.sonarqube.org/announcing-sonarqube-integration-with-msbuild-and-team-build/)

The SonarScanner for MSBuild is the recommended way to launch SonarQube and SonarCloud analysis for projects/solutions using
MSBuild or dotnet command as build tool. It is the result of a
[collaboration between SonarSource and Microsoft.](http://www.sonarqube.org/announcing-sonarqube-integration-with-msbuild-and-team-build/)
SonarScanner for MSBuild is distributed as a

## Features
* [Standalone tool](https://github.com/SonarSource/sonar-scanner-msbuild)
* [VSTS/TFS extension](https://github.com/SonarSource/sonar-scanner-vsts)
* [Jenkins plugin](https://github.com/SonarSource/sonar-scanner-jenkins)

* Cross-platforms analysis (Windows, Unix, Mac)
* .Net Framework, .Net Standard, .Net Core support
* Available as
* [Standalone tool](https://github.com/SonarSource/sonar-scanner-msbuild)
* [TFS/VSTS extension](https://github.com/SonarSource/sonar-scanner-vsts)
* [Jenkins Plugin](https://github.com/SonarSource/sonar-scanner-jenkins)
For more info please look our [documentation page](https://docs.sonarqube.org/x/Lx9q).

## Useful links

* [Project homepage](http://redirect.sonarsource.com/doc/msbuild-sq-runner.html)
* [Issue tracking](https://github.com/SonarSource/sonar-scanner-msbuild/issues)

## Have question or feedback?

To provide feedback (request a feature, report a bug etc.), simply
[create a GitHub Issue](https://github.com/SonarSource/sonar-scanner-msbuild/issues/new).

## How to contribute
## Contributing

Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.

## License

Copyright 2016-2018 SonarSource.

Licensed under the [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt)
Licensed under the [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt)