What problem does it solve?
This Skill provides comprehensive guardrails, patterns, and best practices for C#/.NET development, ensuring consistency, maintainability, and adherence to project-specific coding standards.
Core Features & Use Cases
- Language Standards: Enforces C# 12+ and .NET 8+ best practices, including nullable reference types, async/await, and LINQ.
- Project Structure: Outlines a recommended layered architecture for .NET applications.
- Testing & Tooling: Guides on unit/integration testing with xUnit, NSubstitute, and FluentAssertions, along with essential .NET CLI commands and editorconfig settings.
- Use Case: When starting a new .NET project or onboarding a new developer, this Skill serves as the definitive guide to ensure all code written aligns with established quality and architectural principles.
Quick Start
Follow the C# guide to set up nullable reference types and async/await patterns in your .NET project.