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 addTagHelper with quotes crashes Visual Studio #1242
Closed
Description
If you try and write this out character by character: @addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers"
you wont get to the end of the line, VS will crash.
Thissss is pretty bad 😄
/cc @alexgav we should probably add an end-to-end VS test for this.