| name | csharp |
| description | C#/.NET, .cs, .csproj, .sln, dotnet, NuGet, EF, LINQ, DI, async/await, xUnit, or NUnit. |
C# Skill
Use nullable reference types, asynchronous I/O, dependency injection, and repository conventions.
Commands
| Command | Purpose |
|---|
dotnet build | Build solution |
dotnet test | Run all tests |
dotnet run | Run project |
dotnet watch test | Run tests on file change |
dotnet format | Format code |
dotnet add package X | Add NuGet package |
Contents
- core.md - C# 12+, .NET 8+, async, DI, records, and LINQ
- testing.md - xUnit, mocking, integration testing, and coverage