Commit cfcd770
committed
Simplify target grouping comparer
Replace the custom `TargetNameExtensionComparer` type in `VerifyEngine` with an inline `EqualityComparer<Target>.Create(...)` instance. This keeps the grouping behavior the same while reducing dedicated comparer boilerplate.1 parent 641afe6 commit cfcd770
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
| 299 | + | |
| 300 | + | |
309 | 301 | | |
0 commit comments