aspnet / RazorTooling

Razor tooling for Visual Studio 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable RazorTooling to resolve TagHelpers for non-desktop, package assemblies.

NTaylorMullen opened this issue · comments

Currently RazorTooling requires a project to be built before any TagHelpers can be resolved. However, if we check if the assembly requested to be resolved is not desktop and is a package with a package-only graph then we can create a load context without having to dispatch to the inside-man. Aka, we wouldn't need to build.

@DamianEdwards do you want this for v1? It's ultimately a tooling thing so we have a bit more time than runtime v1.

Yes, we need to solve this for v1 tooling.

Ok, putting in a 1.0.1 milestone for now.