You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: prefer var when type is obvious and use expression bodies
- Sweep explicit-type local declarations to var where the right-hand
side already shows the type (casts, factory calls, LINQ results).
- Make MainWindow.SaveWindowState's bounds explicit Rect (the ternary
hides the type at the declaration site).
- Convert one-liner relay-command and helper methods to expression
bodies for consistency.
- Tighten ExtractCommand's argv loop using the null-coalescing
assignment operator.
Bumps ReScene.Lib submodule for the matching style pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments