aspnet / RazorTooling

Razor tooling for Visual Studio 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change TagHelperDescriptor resolution to be invoked via a Program.Main.

NTaylorMullen opened this issue · comments

Today we rely on the DTH to instantiate the RazorPlugin which is then pumped messages. Due to several limitations we've decided to move this logic into a separate process outside of the DTH.

Therefore we should be able to pass in command line arguments to then determine TagHelperDescriptors. Will also need to support protocols.

This issue should be treated as "remove the ability for the Razor tooling package to be invoked via DTH plugins".