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;