Closed NTaylorMullen closed 8 years ago
We're moving Razor assembly loading from IAssemblyLoadContext => AssemblyLoadContext in MVC. We need to also accomplish this in this repo to ensure TagHelperDescriptor assemblies continue to load.
IAssemblyLoadContext
AssemblyLoadContext
TagHelperDescriptor
@muratg
:+1:
Talked with @davidfowl and this wont be able to make it into RC1 and work. Need to punt this to RC2.
3de479b156c2bf9822735472fd5d2d348485de41
We're moving Razor assembly loading from
IAssemblyLoadContext
=>AssemblyLoadContext
in MVC. We need to also accomplish this in this repo to ensureTagHelperDescriptor
assemblies continue to load.@muratg