C# ASP.NET Core API Controller Standards
Description
Defines the coding standards, patterns, and conventions for ASP.NET Core REST API controllers. Rules cover routing, HTTP verbs, response types, XML documentation, dependency injection, and asynchronous execution. Apply these rules uniformly to ensure a consistent, predictable, and well-documented API surface.
1. Controller Structure & Inheritance
1.1 Base Class and Attributes
- All API controllers must inherit from `Contr
[Description truncada. Veja o README completo no GitHub.]