Showing category results for Open Source

Mar 7, 2017
Post comments count0
Post likes count0

Open Source Scanning in Visual Studio Team Services with WhiteSource Bolt

Sam Guckenheimer

Most organizations today consume open source software in their development projects. The reuse of components enables great productivity gains. However, this practice has an unintended consequence: you can reuse security vulnerabilities or violate licenses without realizing the risk. I wrote about this in an article in MSDN Magazine on Rugged DevOps...

DevOpsCI/CDGit & Version Control
Jan 26, 2017
Post comments count0
Post likes count0

Debugging .NET Core on Unix over SSH

aman_satveerraj

With the release of Visual Studio 2017 RC3 it is now possible to attach to .NET Core processes running on Linux over SSH. This blog post will explain how to set this up. Machine Setup On the Visual Studio computer, you need to install either the 'ASP.NET and web development' or the ".NET Core cross-platform development" workload in the 1/26/17 up...

DevOpsGit & Version ControlOpen Source
Dec 13, 2016
Post comments count0
Post likes count0

SonarSource have announced their own SonarQube Team Services / TFS integration

Bogdan Gavril

Microsoft have been partnering with SonarSource for almost two years to bring SonarQube to .NET developers and to make it easy to analyze MSBuild and Java projects from Visual Studio Team Services, TFS and Visual Studio. The partnership, and Team Services extensibility, have now matured to the point that we have jointly decided that it was time for...

DevOpsCommunityAzure DevOps Server
Nov 30, 2016
Post comments count0
Post likes count0

Live Dependency Validation in Visual Studio 2017

Jean-Marc Prieur

Last month we announced that Visual Studio “Dev15” Preview 5 now supported Live Dependency Validation. In this blog post,   On demand video about dependency validation During the connect 2016 event, we’ve proposed an on-demand video which explains in detail why you’d want to use Dependency Validation and ...

DevOpsOpen SourceSecurity
Oct 17, 2016
Post comments count0
Post likes count0

Code Search is now Java friendly

Shruti Poddar [MSFT]

In addition to C#, C, C++, and Visual Basic code, you can now do semantic searches across Java code. Adding to our Java feature set and capabilities, we recently enabled contextual search for Java files in the Code Search extension for Visual Studio Team Services and Team Foundation Server starting with TFS “15”. You can apply code type filters to ...

DevOpsAzure DevOps ServerGit & Version Control
Oct 14, 2016
Post comments count0
Post likes count0

UML Designers have been removed; Layer Designer now supports live architectural analysis

Jean-Marc Prieur

We are removing the UML designers from Visual Studio "15" Enterprise. Removing a feature is always a hard decision, but we want to ensure that our resources are invested in features that deliver the most customer value.  Our reasons are twofold: If you are a significant user of the UML designers, you can continue to use Visual Studio 2015...

DevOpsOpen SourceSecurity
Oct 12, 2016
Post comments count0
Post likes count0

Maven and Gradle build tasks support powerful code analysis tools

Bogdan Gavril

Over the last few months we have been steadily building up the capabilities of the Maven and Gradle build tasks to offer insights into code quality through popular code analysis tools. We are pleased to announce additional much-requested features that we are bringing to these tasks, which will make it easier to understand and control technical debt...

DevOpsAzure DevOps ServerOpen Source
Oct 7, 2016
Post comments count0
Post likes count0

Live architecture dependency validation in Visual Studio “15” Preview 5

Importer

In the past year, you told us that you considered removing unwanted dependencies to be an important part of managing your technical debt. The Layer designer enables you to validate architectural dependencies in your Visual Studio solutions. It first shipped in Visual Studio 2010, and is now part of Visual Studio Enterprise. But the experience could...

DevOpsOpen SourceSecurity
Sep 18, 2016
Post comments count0
Post likes count0

TFVC Support in Preview for Team Services Plugin for IntelliJ and Android Studio

leantk

We are proud to announce that Team Foundation Version Control (TFVC) support is being added to the Team Services plugin for IntelliJ and Android Studio. Currently, the 1.106.0 version of the plugin will contain preview functionality to support TFVC repositories in the IDEs. Android Studio developers stuck with no TFVC support to create mobile apps ...

DevOpsAzure DevOps ServerGit & Version Control
Sep 5, 2016
Post comments count0
Post likes count0

Maven and Gradle build task support Checkstyle analysis

Bogdan Gavril

A few sprints ago we enabled SonarQube and PMD analysis on the Maven and Gradle tasks. We continue to add code analysis tooling to the Java build tasks with Checkstyle support for Gradle, and - in a few days - for Maven. Checkstyle Analysis Checkstyle is the analyzer of choice for enforcing a coding standard. It is a highly configurable analyzer...

DevOpsAzure DevOps ServerOpen Source