Force Regex to use GeneratedRegex Source Generator attribute instead of runtime Regex construction for compile-time optimization.
لغة النص الأصلي: الكورية
القائمة
جمع SkillsMP عدد ٦ من skills من christian289/task_20260212. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٦ من أصل ٦ skills مجمعة.
Force Regex to use GeneratedRegex Source Generator attribute instead of runtime Regex construction for compile-time optimization.
لغة النص الأصلي: الكورية
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.
لغة النص الأصلي: الكورية