Showing results for Open Source - Azure DevOps Blog

Sep 28, 2015
1
0

Quickstart: Analyzing .NET projects with SonarQube, MSBuild or Visual Studio Online, and third-party analyzers (StyleCop, ReSharper)

Jean-Marc Prieur
Jean-Marc Prieur

This post provides a quick-start guide to using SonarQube to analyze .NET managed code. It covers installing SonarQube locally, running your first analysis using MSBuild, and using some popular third-party analyzers. It also describes how to use the new Visual Studio Online (VSO) and Team Foundation Server (TFS) Build tasks to perform analysis as p...

DevOpsCommunityAzure DevOps Server
Sep 23, 2015
1
0

SonarQube Integration Plans

Stuart Kent - Microsoft
Stuart Kent - Microsoft

[December 18th 2015: How have we done? Details in line on what’s been done, what’s in progress and what’s still being investigated.] Back in April (2015) we announced our first step in integrating MSBuild and Team Build with SonarQube, At the start of that post, we briefly explained why we were targeting the problem of managing technical debt, and...

DevOpsCommunityAzure DevOps Server
Sep 10, 2015
0
0

MSBuild.SonarQube.Runner 1.0.1 Released

Jean-Marc Prieur
Jean-Marc Prieur

_ Today, SonarSource released the MSBuild.SonarQube.Runner 1.0.1, along with the SonarQube C# Plug-in 4.2, and the SonarQube Setup Guide for .NET Users version 1.2.0. This release contains many bug fixes based on your feedback. The main themes are: More robust execution More succinct conso...

DevOpsCommunityAzure DevOps Server
Aug 24, 2015
0
0

Build Tasks for SonarQube Analysis

Jean-Marc Prieur
Jean-Marc Prieur

Note: a more recent documentation is available from Analyzing with SonarQube Extension for VSTS/TFS [Update Sept 11, 2015:  fixing broken links, Thanks Terje!, and adding a Previous post / Next postsection at the end of the post] _ As you may be aware, we have been working with SonarSource to integrate SonarQube with MSBuild, Team Foundation Ser...

DevOpsCommunityAzure DevOps Server
Jul 28, 2015
0
0

MSBuild and Team Foundation Server integration with SonarQube: version 1.0 released

Jean-Marc Prieur
Jean-Marc Prieur

[Updated August 28th 2015]: If you are using Visual Studio Online, you now have a simpler way of analyzing your .Net code leveraging the Build Tasks for SonarQube Analysis   Release of MSBuild.SonarQube.Runner 1.0 As you might recall, we announced back in April at the //build conference that we were working with SonarSource to provide a bet...

DevOpsCommunityAzure DevOps Server
Apr 28, 2015
0
0

Technical Debt Management: Announcing SonarQube integration with MSBuild and Team Build

Aaron Hallberg
Aaron Hallberg

[23 Sept 2015: See also the SonarQube Integration plans which provides the roadmap for the next months] [31 August 2015: See also Build Tasks for SonarQube Analysis which provides a summary of the different ways of integrating SonarQube with MSBuild, TFS and Visual Studio Online] [27 May 2015: Updated link to one of the downloads. Added infor...

DevOpsCommunityOpen Source