Showing results for Debugging - .NET Blog

Feb 11, 2025
Post comments count0
Post likes count3

C# Dev Kit Updates: .NET Aspire, Hot Reload, and More!

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

Exploring the latest features and enhancements in the C# Dev Kit for VS Code including .NET Aspire orchestration support, new hot reload features, enhanced debugging capabilities, and more!

.NETC#Cloud Native
Oct 4, 2023
Post comments count21
Post likes count16

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
Post comments count25
Post likes count16

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
Post comments count16
Post likes count8

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
Post comments count6
Post likes count4

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
Post comments count13
Post likes count1

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
Nov 16, 2018
Post comments count1
Post likes count0

Improved package debugging experience with the NuGet.org symbol server

Karan Nandwani
Karan Nandwani

Starting today, you can publish symbol packages to the NuGet.org symbol server. With NuGet.org as a single service provider for libraries and symbols, package authors and consumers will have a streamlined publishing and consumption experience. With a single place for managing authentication and identity, you can be sure that both the package and it...

NuGetFeature AnnouncementDebugging
May 1, 2018
Post comments count0
Post likes count0

Welcoming SymbolSource to the .NET Foundation

Karan Nandwani
Karan Nandwani

We are excited to welcome SymbolSource.org to the .NET Foundation! SymbolSource has been providing a valuable service to the .NET Community for years with the ability to host Symbols for public NuGet packages on SymbolSource. With recent progress made in several areas, including SymbolSource being published to GitHub and NuGet.org planning a symbol...

NuGetDebugging