Showing results for Open Source - Azure DevOps Blog

Jul 11, 2016
0
0

Team Services Plugin for IntelliJ and Android Studio 1.0 Release

leantk
leantk

After several months in preview, we are excited to announce the release of the official 1.0 version of the Team Services plugin for IntelliJ and Android Studio. While in preview, many features have been continually added to the plugin to better suit your needs. Some of the various features that are available in the plugin are: ·         Checkout a...

DevOpsAzure DevOps ServerGit & Version Control
Jul 6, 2016
0
0

Managing Technical Debt planning update – 2016Q3

Jean-Marc Prieur
Jean-Marc Prieur

[Nov 2016: Added a status Update with links on details for what was done]   Back in January, I shared with you our SonarQube integration Update and plans for the first half of 2016. I’ve just updated that blog post to ensure that all the links were added to the individual blog posts for the features we have delivered over these last 6 months...

DevOpsCommunityAzure DevOps Server
Jun 15, 2016
0
0

The Maven build task now supports PMD analysis out of the box

Jean-Marc Prieur
Jean-Marc Prieur

Simple Java static analysis tools In addition to working on the SonarQube integration, we received feedback from some of you that you would like the Maven and Gradle tasks to perform static analysis using common Java tools such as PMD, CheckStyle, and FindBugs. These tools are also supported though SonarQube plug-ins, and most of their rules are a...

DevOpsCommunityAzure DevOps Server
Jun 15, 2016
0
0

The Gradle build task now supports SonarQube analysis

Jean-Marc Prieur
Jean-Marc Prieur

SonarQube analysis for Java In October, we updated the Maven task to support SonarQube analysis (See The Maven build task now simplifies SonarQube analysis). This time, we are pleased to announce an updated Gradle task which makes it easy for Java developers using Gradle to trigger a SonarQube analysis in Visual Studio Team Services. Using the Gr...

DevOpsCommunityAzure DevOps Server
Jun 2, 2016
0
0

SonarQube Code Analysis issues integration into Pull Requests

Bogdan Gavril
Bogdan Gavril

See also SonarQube documentation available from Analyzing with SonarQube Extension for VSTS/TFS Goal: Let developers fix issues early Team leads and managers spend time drilling into the SonarQube dashboard, setting up quality gates and monitoring technical debt. Have a look at the publicly available SonarQube dashboard for the Roslyn project to ...

DevOpsCommunityAzure DevOps Server
May 11, 2016
0
0

SonarLint 2.2 for Visual Studio improves the connected mode

Jean-Marc Prieur
Jean-Marc Prieur

< p>In the continuation of SonarLint 2.1 for Visual Studio, last week, SonarSource and Microsoft released SonarLint 2.2, providing in-IDE analysis results consistent with analysis builds. Here is a description of the scenarios covered by these new improvements: Notifications when the quality of the solution is not consistent with the Quality p...

DevOpsCommunityAzure DevOps Server
May 5, 2016
1
0

Visual Studio Team Services and Team Foundation Server Java Capabilities Presentation and Demonstration Now Available at java.visualstudio.com

Paul T. Barham
Paul T. Barham

To share and explain our current Java feature set and capabilities with Visual Studio Team Services and Team Foundation Server (TFS), we have produced and published two new 30-minute videos available on our Java team’s YouTube channel. The first video provides an overview presentation of our current Java feature set and capabilities for both Team ...

DevOpsAzure & CloudCommunity
Apr 27, 2016
0
0

Viewing Your Work Items in IntelliJ and Android Studio

leantk
leantk

To build upon the work item functionality we added to our Team Services plugin a few sprints back, we have now created a Work Items tab that allows you to view the work items that are assigned to you. In this release, you are able to: This functionality allows you to easily switch between working in the IDE and keeping track...

DevOpsAzure DevOps ServerGit & Version Control
Apr 20, 2016
0
0

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

Bogdan Gavril
Bogdan Gavril

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 (see he...

DevOpsCommunityAzure DevOps Server
Apr 18, 2016
0
0

SonarLint for VisualStudio 2.1 released, brings consistency with MSBuild, navigation to SonarQube and notifications

Jean-Marc Prieur
Jean-Marc Prieur

< p>A few weeks ago, we released SonarLint for Visual Studio 2.0 and you discovered the SonarQube connected mode enabling customers to align the definition of the quality of a Visual Studio solution with a quality profile in SonarQube < p>Last Friday, we released SonarLint for Visual Studio 2.1, improving this “connected mode” experience i...

DevOpsCommunityOpen Source