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
refactor: delete BookToolHelpers, inline extension normalization at call sites
The helper class only had one method (NormalizeExtension) used in 3 places.
The VB.NET/F# cases were dead code — all 1,396 real book listings are .cs.
Simplified to a ternary inline at each call site; non-cs extensions pass through unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments