Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvermeulen/sonarqube.net
C# client for SonarQube 8.x
https://github.com/lvermeulen/sonarqube.net
sonar sonarqube
Last synced: about 2 months ago
JSON representation
C# client for SonarQube 8.x
- Host: GitHub
- URL: https://github.com/lvermeulen/sonarqube.net
- Owner: lvermeulen
- License: mit
- Created: 2020-03-06T17:24:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T10:38:14.000Z (over 1 year ago)
- Last Synced: 2024-09-29T05:43:48.181Z (3 months ago)
- Topics: sonar, sonarqube
- Language: C#
- Size: 176 KB
- Stars: 11
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Icon](https://i.imgur.com/pN7lu6J.png)
# SonarQube.Net
[![Build status](https://ci.appveyor.com/api/projects/status/kguoju5ujuyhp78x?svg=true)](https://ci.appveyor.com/project/lvermeulen/sonarqube-net)
[![license](https://img.shields.io/github/license/lvermeulen/SonarQube.Net.svg?maxAge=2592000)](https://github.com/lvermeulen/SonarQube.Net/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/vpre/SonarQube.Net.svg?maxAge=2592000)](https://www.nuget.org/packages/SonarQube.Net/)
![](https://img.shields.io/badge/.net-4.6-yellowgreen.svg) ![](https://img.shields.io/badge/netstandard-1.6-yellowgreen.svg)C# Client for SonarQube 8+
## Features
* [X] api/authentication
* [X] api/ce
* [X] api/components
* [X] api/duplications
* [X] api/favorites
* [X] api/issues
* [X] api/languages
* [X] api/measures
* [X] api/metrics
* [X] api/new_code_periods
* [X] api/notifications
* [X] api/permissions
* [X] api/plugins
* [X] api/project_analyses
* [X] api/project_badges
* [X] api/project_branches
* [X] api/project_links
* [X] api/project_pull_requests
* [X] api/project_tags
* [X] api/projects
* [X] api/qualitygates
* [X] api/qualityprofiles
* [X] api/rules
* [X] api/server
* [X] api/settings
* [X] api/sources
* [X] api/system
* [X] api/user_groups
* [X] api/user_tokens
* [X] api/users
* [X] api/webhooks
* [X] api/webservices