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
HicServices#28 WARNING: Fixed Equals pattern to handle subclasses correctly
- Changed from 'is' pattern to GetType() comparison in DecimalSize.Equals(object)
- This ensures proper equality behavior for potential subclasses
#1 NOTE: Extracted Where filter to separate variable in DateTimeTypeDecider
- Moved Where clause to explicit variable before foreach
- Satisfies CodeQL recommendation while avoiding ref struct limitation
Build: 0 warnings, 0 errors. Tests: 377/377 passing.
0 commit comments