Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the way components are loaded #61

Open
mlorbetske opened this issue Jul 8, 2016 · 0 comments
Open

Fix the way components are loaded #61

mlorbetske opened this issue Jul 8, 2016 · 0 comments

Comments

@mlorbetske
Copy link
Member

Currently components are loaded via trickery (dotnet publish on a dynamically generated project.json places the required assemblies in a path that's more or less treated as an additional probing path)

The new model operates over the packages in the package cache, but simply loops over the assembly load locations trying to load stuff until nothing more succeeds.

We should move to a model that's smart enough to automagically load things in the correct order.

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

No branches or pull requests

1 participant