coder-csharp-testing
Installation
SKILL.md
<skill_overview> Write effective, maintainable tests following industry best practices Writing unit tests Setting up integration tests Mocking dependencies Testing EF Core repositories Testing ASP.NET Core APIs Microsoft Testing Documentation xUnit Official Documentation </skill_overview> <framework_choice> Use xUnit for new projects Modern design by original NUnit authors New instance per test (better isolation) No class-level attributes needed