Comprehensive resources on Agentic programming for .NET
2026/04/07
This is the official .NET Agent Skills repository. It contains skills such as dotnet, dotnet-aspnet, etc.
This is a community run comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, and cloud-native applications
This is a community run repository containing various utilities to enhance copilot
When LLMs generate code, they sometimes take shortcuts that make tests pass or builds succeed without actually solving the underlying problem. These patterns include:
Disabling tests instead of fixing them (
[Fact(Skip="flaky")])Suppressing warnings instead of addressing them (
#pragma warning disable)Swallowing exceptions with empty catch blocks
Adding arbitrary delays to mask timing issues (
Task.Delay(1000))Project-level warning suppression (
<NoWarn>,<TreatWarningsAsErrors>false</TreatWarningsAsErrors>)Bypassing Central Package Management with
VersionOverrideor inlineVersionattributesAnd more...
Slopwatch catches these patterns before they make it into your codebase.
Aspire Coding Agents https://aspire.dev/get-started/ai-coding-agents/
Microsoft Orleans Agent Skill https://lobehub.com/skills/postpartum-genushyacinthus29-dotnet-skills-dotnet-orleans
TUnit Agent Skill https://github.com/github/awesome-copilot/blob/main/skills/csharp-tunit/SKILL.md