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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
- Prior to this change we'd try to substring a TagHelper directive with length 1 but our substring call would be for -1 (explosions).
- Added tests to validate that `@tagHelperPrefix`, `@removeTagHelper` and `@addTagHelper` all behave properly when they have malformed quotes.
#1242
- Prior to this change we'd try to substring a TagHelper directive with length 1 but our substring call would be for -1 (explosions).
- Added tests to validate that `@tagHelperPrefix`, `@removeTagHelper` and `@addTagHelper` all behave properly when they have malformed quotes.
#1242
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.
The text was updated successfully, but these errors were encountered: