Showing archive results for 2015

Jul 29, 2015
Post comments count0
Post likes count0

Debugging .NET Native Windows Universal Apps

Andrew B Hall - MSFT

With the release of Windows 10 we also shipped Visual Studio Tools for Windows 10. As you will have heard Universal Windows apps written in .NET (either C# or VB) will be compiled to native machine code before being deployed to customer devices using .NET Native. However, the default Debug configuration still uses .NET Core runtime to allow for a f...

DevOpsGit & Version Control
Jul 28, 2015
Post comments count0
Post likes count0

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

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
Jul 27, 2015
Post comments count0
Post likes count0

Visual Studio Online Process Customization – Update

Justin Marks

Back in May, we began explaining our roadmap for process customization on Visual Studio Online (VSO).  In this post, I want to share the progress we’ve made and give an update on our overall plans. Customization rollout plan Process customization features will be delivered on the same cadence as the rest of the service, with new functionality ligh...

DevOpsAzure DevOps ServerAgile
Jul 25, 2015
Post comments count0
Post likes count0

Unit Test Generators Extensibility – hats off to our community

Pratap Lakshman

It was the early feedback and support from the community that encouraged us to ship IntelliTest and the Create Unit Test method stubs features. That feedback continued as we got clear asks to support (1) the xUnit.net and NUnit test frameworks, and (2) emit tests into existing test projects. Our intent was to make these features extensible, an...

DevOpsCI/CDTest
Jul 24, 2015
Post comments count0
Post likes count0

“No such interface supported” in Visual Studio 2015 on Windows 10

Importer

If you upgraded your Windows 10 machine from an earlier version of Windows 10, and are running Visual Studio 2015, this post describes a workaround to a known issue. If you installed Windows 10 cleanly, or upgraded directly from Windows 7 or 8.x, then there is no issue, feel free to skip this post. Once again, thanks to the efforts of users filing...

DevOpsGit & Version Control
Jul 23, 2015
Post comments count0
Post likes count0

Visual Studio 2015 and CodeLens

Mathew Aniyan MSFT

What a release it has been for CodeLens!!! After it was launched in Visual Studio 2013 to rave reviews, we continued to enhance it and delivered a bunch of features in the VS 2015 wave. Here is a highlights reel.   Version control support Git – CodeLens gets its indicator information from your local repo, so it doesn’t matter...

DevOps
Jul 23, 2015
Post comments count0
Post likes count0

Code Map: From Visual Studio 2013 Ultimate to Visual Studio 2015 Enterprise

Jean-Marc Prieur

When you want to understand specific dependencies in your code, visualize them by creating code maps. You can then navigate these relationships by using the map, which appears next to your code. Code maps can also help you keep track of your place in the code while you work or debug code, so you'll read less code while you learn more about your cod...

DevOpsSecurity
Jul 23, 2015
Post comments count0
Post likes count0

Code Metrics PowerTool for Visual Studio 2015 Available on Microsoft Download Center

Charles Willis (MSFT)

Visual Studio offers the ability to measure your code’s complexity and maintainability with the Code Metrics window. See the MSDN documentation for more information. In 2011, we introduced a PowerTool that allows you to gather these same measurements from the command-line. This enables straightforward integration of these metrics into the bui...

DevOpsGit & Version Control
Jul 22, 2015
Post comments count0
Post likes count1

Reporting on Work Items with Power BI

Jeff Levinson

Ever since the initial release of reporting with Power BI against Git and Team Foundation Version Control, the single consistent question was “When will I get the ability to report on work items?” The answer is “Today”. Shown below is a partial view of the new updated dashboard. The first question that I’ve been asked is “What’s included?” So l...

DevOps
Jul 22, 2015
Post comments count0
Post likes count0

Test Planning and Management Guide – Updated

Manoj Bableshwar

The ‘Test Release Management Guidance’, since its first release in early 2012, has been a great resource that lays down guidance about important questions pertinent to Manual Test Planning, such as: Today, I’m excited to announce a new version of this guide, that, in addition to focusing on the core aspects of test planning, also touches u...

DevOpsCommunityAzure DevOps Server