agents-sdk-dotnet-debugging

Installation
SKILL.md

Debugging Agents Built with Microsoft Agents SDK (.NET)

Overview

Most agent failures fall into one of three categories: the code doesn't build or start, the configuration is wrong, or the agent isn't reachable. Work through this checklist in order — each step confirms a prerequisite for the next.

Checklist

You MUST create a task for each of these items and complete them in order:

  1. Make sure the code builds successfully.
  2. Make sure the application starts and runs without crashing.
  3. Make sure the application opens a port and listens for incoming requests.
  4. Validate the appsettings.json configuration.
  5. Validate the bot's credentials against Azure AD.
  6. Use the Agents Playground to test the agent end-to-end locally.

Installs
5
GitHub Stars
1.1K
First Seen
Aug 25, 2026
agents-sdk-dotnet-debugging — microsoft/agents