Showing results for Debugging - .NET Blog

Oct 4, 2023
21
16

C# Dev Kit – Now Generally Available

Wendy Breiding (SHE/HER)
Wendy Breiding (SHE/HER)

We are thrilled to announce the general availability of C# Dev Kit, a Visual Studio Code extension that brings an improved editor-first C# development experience to Linux, macOS, and Windows.

.NETASP.NETASP.NET Core
Sep 26, 2023
25
16

Debugging Enhancements in .NET 8

James Newton-King
James Newton-King

.NET 8 introduces debugging enhancements to many commonly used types. Check out what is new and discover how .NET debugging is better than ever.

.NETASP.NET CoreDebugging
May 22, 2023
16
8

Announcing Azure Monitor OpenTelemetry Distro

Matt McCleary Sam Spencer
Matt,
Sam

The Azure Monitor Open Telemetry distro has just been released. This library enables monitoring ASP.NET Core apps with Azure monitor a one line change, based on the infrastructure of Open Telemetry for .NET.

.NETASP.NET CoreAzure
Mar 22, 2022
6
4

Go To Definition improvements for external source in Roslyn

David Wengier
David Wengier

An in depth look at improvements to Go To Definition (and Go To Implementation, and Go To Base, etc.) allowing you to navigate to source code that isn't in your current solution, but instead comes from external dependencies.

.NET.NET Core.NET Framework
Dec 9, 2020
13
1

Producing Packages with Source Link

Claire Novotny
Claire Novotny

Learn how to add Source Link to your packages, to make your users more productive while debugging.

.NET.NET CoreDebugging