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
chborl
changed the title
Complete Statement behaves incorrectly in an interpolated that is inside another interpolated statement
Complete Statement behaves incorrectly in an interpolated string that is inside another interpolated string
Mar 15, 2019
chborl
added a commit
to chborl/roslyn
that referenced
this issue
Mar 15, 2019
chborl
changed the title
Complete Statement behaves incorrectly in an interpolated string that is inside another interpolated string
Complete Statement behaves incorrectly in verbatim string that contains a Razor code block
Mar 15, 2019
Note: The minimal code for reproducing this error is a multi-line verbatim string that is passed to a method:
varcode=Foo(@"$$"
chborl
changed the title
Complete Statement behaves incorrectly in verbatim string that contains a Razor code block
Complete Statement behaves incorrectly in a multi-line verbatim string that is passed to a method
Mar 21, 2019
…assed to a method (#34177)
* Fixes#34176
* Fix test name
* Update tests - WIP
* Fix conditional
* Improve conditional
* add tests and check for caret before string
adding notes from taylor
Originally posted by @jinujoseph in #34088 (comment)
The text was updated successfully, but these errors were encountered: