coding-standards

Installation
SKILL.md

Coding Standards — New Code Generation

These rules apply whenever you generate new C# or VB.NET source files in this repository. For modernizing or refactoring existing files, see the code-modernization skill instead.

Target Framework

  • Default target is .NET 10.0 (net10.0).
  • Some files target .NET Framework or are multi-targeted — check the project file before generating.
  • Do not edit files under eng/common/.
  • Follow all rules defined in .editorconfig.

Language Version

Use C# 14 features and patterns. Key features to prefer:

Installs
3
Repository
dotnet/winforms
GitHub Stars
4.8K
First Seen
Mar 30, 2026
coding-standards — dotnet/winforms