Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Move from using IAssemblyLoadContext => AssemblyLoadContext #29

Closed
NTaylorMullen opened this issue Oct 21, 2015 · 3 comments
Closed

Move from using IAssemblyLoadContext => AssemblyLoadContext #29

NTaylorMullen opened this issue Oct 21, 2015 · 3 comments

Comments

@NTaylorMullen
Copy link
Contributor

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.

@muratg

@muratg
Copy link

muratg commented Oct 21, 2015

👍

@NTaylorMullen
Copy link
Contributor Author

Talked with @davidfowl and this wont be able to make it into RC1 and work. Need to punt this to RC2.

@muratg muratg modified the milestones: 1.0.0-rc2, 1.0.0-rc1 Oct 21, 2015
NTaylorMullen added a commit that referenced this issue Dec 14, 2015
- Transitioned to `AssemblyLoadContext`. Was able to remove a few dependencies from `project.json` but also had to rev the dotnet version to 5.5.

#29
NTaylorMullen added a commit that referenced this issue Dec 17, 2015
- Transitioned to `Assembly.Load`.

#29
@NTaylorMullen
Copy link
Contributor Author

3de479b

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants