Force Regex to use GeneratedRegex Source Generator attribute instead of runtime Regex construction for compile-time optimization.
christian289/task_20260212
SkillsMP는 christian289/task_20260212에서 6개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
- 최근 기록된 소스 활동
- SkillsMP 카탈로그 업데이트
- 수집된 skills
- 6
- GitHub 스타
- 0
- GitHub 포크
- 0
이 저장소의 skills
수집된 skill 6개 중 6개를 표시합니다.
Force all DTO (Data Transfer Object) types to be declared as record instead of class for immutability and value-based equality.
Force record instantiation via positional constructor with named arguments instead of property initializer syntax for stronger immutability expression.
Enforce branch-based workflow with meaningful Korean commits and PR creation for traceable decision history.
Force JsonSerializerOptions to be declared as static readonly or readonly fields instead of creating new instances inside methods.
Centralize external namespace imports (BCL, FCL, NuGet) in a GlobalUsings.cs file per project, keeping individual files clean.