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.
Currently to add all TagHelpers in an assembly you need to do @addtaghelper "MyAssembly". This should change to be less ambiguous to something like: @addtaghelper "*, MyAssembly". Same goes for @removetaghelper. This way the user is always specifying some sort of type name.
This also means adding support for * in the type name specification for @addtaghelper.