Commit 49f0b4f
committed
Address Copilot nitpick feedback
1. Remove misleading 'null-safety' mention from CHANGELOG
- The improvement was about matching equality semantics, not null-safety
- Both old and new implementations use HashCode.Combine which handles nulls
2. Fix misleading comment in byte[] edge case test
- Comment said Width values are different, but they're actually the same
- Clarified that Width is same (1000) despite different Size values
- This is exactly what the test is verifying1 parent 31d5ac0 commit 49f0b4f
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
| 634 | + | |
| 635 | + | |
635 | 636 | | |
636 | 637 | | |
637 | 638 | | |
| |||
0 commit comments