This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Tag Helpers: Remove type activation for the creation of TagHelpers #1303
Closed
Description
After talks with @yishaigalatzer it turns out the activator is pretty heavy weight and not worth the investment in creating TagHelper
s. We should remove the current functionality of accepting dependencies in the constructor.