Commit b4cb9dd
committed
Optimize LINQ usage in PathControlPointVisualiser and TestSceneSpinnerInput, and suppress NU1903
- PathControlPointVisualiser: Move totalCount calculation outside the loop and replace Where().Count() with Count().
- TestSceneSpinnerInput: Replace Where().Count() with Count().
- Directory.Build.props: Suppress NU1903 Build error due to AutoMapper 13.0.1 vulnerability.1 parent bbeb688 commit b4cb9dd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments