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 has been archived by the owner on Dec 14, 2018. It is now read-only.
If you have TagHelpers in another project and you're @addTagHelpering them into your own, if using precompilation changes are not reflected in the runtime code.
Change FooTagHelper's Bar property to be a bool. Razor page doesn't pick up on the modified TagHelper even when closing/reopening file. An error occurs. In the case that the tooling is smart enough to not show the error and let you build, runtime fails.
The text was updated successfully, but these errors were encountered:
If you have
TagHelper
s in another project and you're@addTagHelper
ing them into your own, if using precompilation changes are not reflected in the runtime code.Repro:
TagHelper
in another project:Change
FooTagHelper
'sBar
property to be abool
. Razor page doesn't pick up on the modifiedTagHelper
even when closing/reopening file. An error occurs. In the case that the tooling is smart enough to not show the error and let you build, runtime fails.The text was updated successfully, but these errors were encountered: