Commit f54409d
committed
Remove unnecessary suppressions
Since previous versions, Visual Studio Validation has become smarter about a few cases, and thus some previous suppressions to avoid false positives are no longer necessary. This is notably the case for scenarios where an appropriate exception is being caught (e.g., `ArgumentException`), but previous versions mistook it as catching an overly broad exception. This resolves IDE0079.1 parent 4838da8 commit f54409d
2 files changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | | - | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
669 | 668 | | |
670 | 669 | | |
671 | 670 | | |
672 | 671 | | |
673 | | - | |
674 | 672 | | |
675 | 673 | | |
676 | 674 | | |
| |||
710 | 708 | | |
711 | 709 | | |
712 | 710 | | |
713 | | - | |
714 | 711 | | |
715 | 712 | | |
716 | 713 | | |
717 | | - | |
718 | 714 | | |
719 | 715 | | |
720 | 716 | | |
| |||
0 commit comments