xunit

Installation
SKILL.md

xUnit.net

xUnit.net is the modern, open-source unit testing tool for .NET (C#, F#, VB). It is chosen by Microsoft/dotnet for their own repositories.

When to Use

  • .NET Core / .NET 5+: The default template choice.
  • Modern Practices: Enforces good habits (Isolation, Constructor Injection for fixtures).

Quick Start

using Xunit;
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026
xunit — g1joshi/agent-skills