Commit b1d5c7f
fix: use string overload of Contains for netstandard2.0 compatibility
Replace char literal '.' with string literal "." in String.Contains calls
at lines 1664 and 8161, as the char overload is not available in netstandard2.0.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 82a9d85 commit b1d5c7f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1661 | 1661 | | |
1662 | 1662 | | |
1663 | 1663 | | |
1664 | | - | |
| 1664 | + | |
1665 | 1665 | | |
1666 | 1666 | | |
1667 | 1667 | | |
1668 | | - | |
| 1668 | + | |
1669 | 1669 | | |
1670 | 1670 | | |
1671 | 1671 | | |
| |||
8158 | 8158 | | |
8159 | 8159 | | |
8160 | 8160 | | |
8161 | | - | |
| 8161 | + | |
8162 | 8162 | | |
8163 | 8163 | | |
8164 | 8164 | | |
| |||
0 commit comments