Showing results for April 2020 - Visual Studio Blog

Apr 28, 2020
3
0

Exception Helper – Rethrown Exceptions

Andy Sterland
Andy Sterland

Ever had a bug in an async method that caused an exception? Been frustrated that the debugger doesn't show you where that exception happened? Or been frustrated when looking at an exception that has an inner exception, but the debugger doesn't easily show you where that exception was from? Starting from the Visual Studio 2019 16.5 release, the exce...

Debugging and DiagnosticsDiagnosticsexception
Apr 22, 2020
2
0

Creating and Packaging a .NET Standard library

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In this post we will cover how you can create a .NET Standard library and then share that with other developers via NuGet. We will be demonstrating this with Visual Studio for Mac, but you can also follow along with Visual Studio, or Visual Studio Code when using the dotnet CLI. If you are on macOS, and haven’t already download Visual Studio for Ma...

Visual Studio for MacVisual Studio 2019 for Mac
Apr 16, 2020
24
0

See What’s New in Visual Studio 2019 v16.6 Preview 3!

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 v16.6 Preview 3 releases today with new features in Git user experiences, Terminal, Mobile Developer, and Microsoft Fakes for .NET Core.

Visual StudioAnnouncementVisual Studio 2019
Apr 9, 2020
1
0

Bring your own machine to Visual Studio Online

Allison Buchholtz-Au
Allison Buchholtz-Au

Today Visual Studio Online provides fully-managed, on-demand, ready-to-code development environments in the cloud, but did you know you can also register your own machines and access them remotely from Visual Studio Code or our web editor? This is a great option for developers that want to cloud-connect an already configured work or home machine fo...

Visual Studio Onlineself-hostedCLI
Apr 8, 2020
1
1

Meet Visual Studio for Mac’s New Integrated Terminal!

Jon Galloway
Jon Galloway

Visual Studio 2019 for Mac Preview now includes an integrated terminal, with support for themes, search, multiple instances, and integration with the macOS terminal history. Read about the new features and find out how to try it out today!

Visual Studio for MacVisual Studio 2019 for MacVSMac
Apr 8, 2020
2
1

A guide to remote development with Live Share

Filisha Shah
Filisha Shah

Working in a fully distributed, remote team requires sophisticated collaboration technology, which needs to be both supercharged and frictionless. Visual Studio Live Share was built on the bold principle of making remote developer collaboration as powerful and natural as in-person collaboration. We knew that our paradigm: “share your context, not y...

Visual Studio Live ShareLive Share