Showing results for September 2020 - Visual Studio Blog

Sep 22, 2020
3
0

Using GitHub Actions in Visual Studio is as easy as right-click and Publish

Angelos Petropoulos
Angelos Petropoulos

Download the latest preview version of Visual Studio and try out the new ability to setup CI/CD to Azure for projects that use GitHub to host your source repository.  With VS 16.8 Preview 3.1, for this feature to show up in Publish dialog, you need to go to Tools-Options-Environment-Preview Features and check the “GitHub Actions Support in Publi...

Sep 22, 2020
10
0

New Features in Visual Studio 2019 v16.8 Preview 3.1

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 v16.8 Preview 3.1 gives you improvements in Git Integration, C++20 conformance, .NET Productivity, Web Tools, and XAML . Plus, you can sign-up for our new Visual Studio Codespaces.

.NETVisual StudioDebugging and Diagnostics
Sep 21, 2020
15
0

Bridge to Kubernetes GA

Nick Greenfield
Nick Greenfield

We are super excited to announce General Availability of Bridge to Kubernetes.  Formerly known as Local Process with Kubernetes, Bridge to Kubernetes is an iterative development tool offered in Visual Studio and VS Code that allows developers to write, test and debug microservice code on their development workstations while consuming dependencie...

Sep 14, 2020
2
0

Disassembly improvements for optimized managed debugging

Mark Downie
Mark Downie

If you are focused on squeezing out the last bits of performance for your .NET service or application, you might choose to take advantage of JIT compiler optimizations. However, debugging optimized code can be a challenge. In this blog I’ll show you how the Disassembly Window can help you debug optimized code.

DebuggingDiagnostics