agent instructions setup
.NET Test / .NET tests (push) Successful in 55s

This commit is contained in:
2026-09-13 19:22:58 +04:00
parent 9c2d08a3d9
commit ec609b26f7
6 changed files with 251 additions and 56 deletions
+2
View File
@@ -67,6 +67,8 @@ dotnet_style_predefined_type_for_locals_parameters_members = true:silent
dotnet_style_predefined_type_for_member_access = true:silent
# Parentheses preferences
# Keep explicit grouping for readable mathematical expressions, even when redundant.
dotnet_diagnostic.IDE0047.severity = none
dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:silent
dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:silent
dotnet_style_parentheses_in_other_operators = never_if_unnecessary:silent