This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Trying to write page with quotes sometimes crashes Visual Studio #1247
Closed
Description
If you try and write this out character by character: @page "foo"
you sometimes wont get to the end of the line, VS will crash. Reason why this is inconsistent is that Roslyn will attempt to auto-complete your quotes so if our Razor parse gets canceled and then re-queued with ""
being in the document thing work; otherwise, if a parse goes through with @page "
VS crashes because of this guy.
@alexgav can we add an end-to-end VS test for this 👍.