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 14, 2018. It is now read-only.
If a user replaces the IViewComponentHelper with something that is not IViewContextAware you will get an invalid cast exception at runtime when trying to invoke a ViewComponent TagHelper. We should try to cast the IViewComponentHelper to IViewContextAware and if it can't be cast throw an acceptable exception.