Commit ca766bc
committed
Fix CA1308 warning in LINQ expression processing
- Add pragma directive to suppress CA1308 warning with proper rationale
- Bing API specifically expects lowercase boolean values (true/false)
- ToLowerInvariant() is the correct choice for this API compatibility requirement
- All builds now clean with 0 warnings, tests continue to pass (48/48)1 parent 1e4d3ba commit ca766bc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
230 | 232 | | |
| 233 | + | |
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
| |||
0 commit comments