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.
Example <input bound=foo />
When this block is rewritten by TagHelperParseTreeRewriter, it sets the ValueStyle of bound attribute to DoubleQuotes. Since this is just a literal value it should be set to NoQuotes.
The text was updated successfully, but these errors were encountered:
Example
<input bound=foo />
When this block is rewritten by
TagHelperParseTreeRewriter
, it sets the ValueStyle ofbound
attribute toDoubleQuotes
. Since this is just a literal value it should be set toNoQuotes
.The text was updated successfully, but these errors were encountered: