Prefer `var` when type is apparent from context.
0
Up
1
Down
-1
Net
Enforce `var` usage via `.editorconfig` (`csharp_style_var_when_type_is_apparent = true`) rather than relying on an agent rule.
Better enforced by tooling, not AI rules
Issues detected