Commit dc735d7
committed
Use string.Contains(char) instead of (string)
CA1847: Use string.Contains(char) instead of string.Contains(string) with single characters
https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca18471 parent e674c3a commit dc735d7
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments