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

Core Principles (ALWAYS Apply)

Type Safety

Installs
4
First Seen
Feb 6, 2026
csharp-standards — analistadesarrollo4/skills