01Promotes the use of records for immutable DTOs and request/response objects
02Enforces standardized naming conventions and file-scoped namespaces
03Applies strict null handling with pattern matching and nullable reference types
04Ensures proper async/await patterns with mandatory CancellationToken usage
05Implements C# 12 primary constructors and collection expressions
060 GitHub stars