Commit ecbb7ac
committed
Prefer range operators over
This syntax is shorter and more intuitive. It also alleviates IDE0057. This can only be done in the .NET 3.x projects; unfortunately, it isn't supported by .NET Standard 2.0, so we can't apply this elsewhere until we do away with .NET Framework 4.8 support in OnTopic 5.0.Substring()
1 parent f54409d commit ecbb7ac
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments