csharp-standards
Installation
SKILL.md
C# Code Standards (.NET 10 / C# 12)
Target .NET 10 exclusively. Leverage modern C# 12 features for cleaner, safer, and more expressive code.
Quick Reference
| Element | Target | C# Version |
|---|---|---|
| Framework | net10.0 |
C# 12 |
| IDE | Visual Studio 2022 (latest) | - |
| Nullable | Enabled | Required |