You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[severity:I'm unable to use this version]
Tested with
Version 17.13.1
Version 17.13.2
Version 17.14.0 Preview 1.1
Use project types:
WPF
WinForms
Console
*The code editor for VB doesn't have this issue.
Problem
I was erasing the string text in C# and I came across this error. I then replicated it down to simply having an unclosed double quote at the end of a line, if you CTRL+BACKSPACE to erase the quote you get an error about how 'end' must not be less than 'start'.
Place the caret at the end of the Clipboard line and press CTRL+BACKSPACE you'll trigger the error. It also happens simply by having an unclosed quote. Putting the caret at the end of the line with the single " and pressing the key combination triggers it:
This issue has been moved from a ticket on Developer Community.
[severity:I'm unable to use this version]
Tested with
Use project types:
*The code editor for VB doesn't have this issue.
Problem
I was erasing the string text in C# and I came across this error. I then replicated it down to simply having an unclosed double quote at the end of a line, if you CTRL+BACKSPACE to erase the quote you get an error about how
'end' must not be less than 'start'
.For example. if you have this code:
Place the caret at the end of the
Clipboard
line and press CTRL+BACKSPACE you'll trigger the error. It also happens simply by having an unclosed quote. Putting the caret at the end of the line with the single"
and pressing the key combination triggers it:The text was updated successfully, but these errors were encountered: