Showing results for Enterprise - Visual Studio Blog

Mar 16, 2022
5
1

Live Unit Testing Preview: Better and Faster

Vritant Bhardwaj
Vritant Bhardwaj

Live Unit Testing is the automatic test running feature in Visual Studio Enterprise. As you make code changes, Live Unit Testing detects what tests are impacted and runs them in the background. This way you always know if the tests covering a certain line of code are passing or failing. You can see what your code coverage is for each line of your p...

.NETVisual StudioC#
Aug 17, 2021
9
0

Improving developer security with Visual Studio 2022

Ruben Rios
Ruben Rios

Software developers are increasingly being targeted by malware. Recent incidents include Nobelium, Octopus Scanner, and ZINC. To reduce the risk of open-source library adoption in the face of such attacks, developers need a toolchain that assists them in evaluating untrusted content. In Visual Studio 2022 we've been focused on developer and team...

Visual Studio 2022Enterprisesecurity
Apr 8, 2021
6
0

Introducing Visual Studio Administrator Updates

Christine Ruana
Christine Ruana

During the month of April 2021, Visual Studio will start publishing administrator updates to Visual Studio 2017 and Visual Studio 2019 via Windows Server Update Services (WSUS) and the Microsoft Update Catalog. Enterprises will be able to then use standard deployment tools like Microsoft Endpoint Configuration Manager to easily roll out these updat...

Visual StudioAnnouncementUpdate
Jul 15, 2019
2
0

Resolve code issues in live apps running in Azure Kubernetes Services with the Snapshot Debugger

Mark Downie
Mark Downie

Snapshot Debugger is built for production so you can set Snappoints and Logpoints in code, like debugger breakpoints and tracepoints. However, when a Snappoint is hit in an AKS Linux Docker container, a snapshot is dynamically created without stopping the process. You are then able to attach to these snapshots using Visual Studio.

ASP.NETVisual Studio 2019Diagnostics
Apr 3, 2019
11
0

Introducing Time Travel Debugging for Visual Studio Enterprise 2019

Mark Downie
Mark Downie

The Time Travel Debugging (TTD) preview in Visual Studio Enterprise 2019 provides the ability to record a Web app running on a Azure Virtual Machine (VM) and then accurately reconstruct and replay the execution path. TTD integrates with our Snapshot Debugger offering and allows you to rewind and replay each line of code however many times you want,...

Debugging and DiagnosticsAzureEnterprise
Jan 29, 2019
0
0

Debug your live apps running in Azure Virtual Machines and Azure Kubernetes

Mark Downie
Mark Downie

We are excited to announce that in Visual Studio Enterprise 2019 we are expanding Snapshot Debugger support beyond Azure App Services hosting ASP.NET Core and ASP.NET applications to also include Azure Virtual Machines (VM), Azure Virtual Machine scale sets (VMSS) and Azure Kubernetes Services (AKS).

Debugging and DiagnosticsAzureVisual Studio 2019
Dec 12, 2018
5
0

New Azure DevOps Work Item Experience in Visual Studio 2019

Dan Hellem
Dan Hellem

In previous versions of Visual Studio, the work item experience was centered around queries, which need to be created and managed to find the right work items. In Visual Studio 2019, we have removed queries and added a new view for work items centered at the developer. This allows the developer to quickly find the work they need and associate them ...

AnnouncementProductivityAzure DevOps