Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

SonarQube Scanner for MSBuild v1.1 released: static analysis now executed during the build

SonarSource have officially released SonarQube C# Plugin 4.4 and version 1.1 of the SonarQube Scanner for MSBuild. There have been no updates to the scanner documentation in this release, other that updating the version number to make it clear they relate to version 1.1 of the SonarQube Scanner for MSBuild. As usual, we’ve fixed a few bugs...

Git Credential Manager for Mac and Linux

Are you tired of typing in a user name and password every time you fetch from or push to remote Git repositories? Me too! We have good news! Today we are announcing the open-source release of the Git Credential Manager (GCM) for Mac and Linux.  This follows the release of the GCM for Windows.  We ported this tool to Mac and Linux to simplify...

Support for Active Directory and Single Sign On (SSO) in the SonarQube LDAP Plugin

At Microsoft we have been working closely with SonarSource to improve the developer experience when using SonarQube server. An example is the new version (1.5) of the SonarQube LDAP Plugin. This version was developed in close collaboration with SonarSource, with the aim of improving the plugins integration when working with Active Directory. ...

Support for Team Foundation Server 2015 in SonarQube TFVC SCM Plugin

We are happy to announce a new version of the SonarQube TFVC SCM plugin (2.1) that adds support for Team Foundation Server 2015. The previous version of the plug-in supports TFS 2013 and below. With this plugin, when using TFS 2015, you can now see user information picked from TFVC in the source code browser on the SonarQube Server. (image...

Visual Studio Team Foundation Plugin for IntelliJ and Android Studio

Expanding our support for Java IDEs and following in the footsteps of our Eclipse plugin, today we are announcing a preview of the Visual Studio Team Foundation Plugin for IntelliJ that works with IntelliJ IDEA and Android Studio. This new plugin provides features for both Team Foundation Server (TFS) and Visual Studio Online (VSO).  ...

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

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...