Commit 1842963
committed
Removed legacy suppressions from Microsoft Code Contracts
Microsoft Code Contract's static code analysis was prone to a number of false positives, which necessitated a few `[SuppressMessage()]` attributes to be sprinkled in the code. Since we no longer use Microsoft Code Contracts—and, in fact, the static code analysis isn't even supported with .NET Standard!—we're removing these suppressions.1 parent 8caa148 commit 1842963
3 files changed
Lines changed: 0 additions & 15 deletions
File tree
- OnTopic.Data.Caching
- OnTopic.Data.Sql
- OnTopic.TestDoubles
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 145 | | |
151 | 146 | | |
152 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | 520 | | |
526 | 521 | | |
527 | 522 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 142 | | |
148 | 143 | | |
149 | 144 | | |
| |||
0 commit comments