Debugging And Error Recovery

Guides systematic root-cause debugging for .NET/C# code. Use when `dotnet test` fails, `dotnet build` breaks, behavior doesn't match expectations, or you encounter any unexpected error (NullReferenceException, TaskCanceledException, missing DI registration, EF Core migration conflict). Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

peterblazejewicz 9340202 15.5 KB Updated

File contents

peterblazejewicz/claude-plugins/tree/main/plugins/dotnet-skills/skills/debugging-and-error-recovery commit 9340202d8a

Frequently asked questions

npx skillmds@latest add peterblazejewicz/debugging-and-error-recovery