Showing category results for Debugging

Aug 20, 2025
Post comments count1
Post likes count5

Copilot Diagnostics toolset for .NET In Visual Studio

Harshada Hole
Harshada Hole

Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work.

.NETC#Visual Studio
Aug 6, 2025
Post comments count4
Post likes count12

5 Copilot Chat Prompts .NET Devs Should Steal Today

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

Discover 5 practical GitHub Copilot Chat prompts to boost .NET development productivity, from code optimization to security reviews.

.NETC#Visual Studio
Feb 11, 2025
Post comments count0
Post likes count4

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