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

Provide some way of being able to isolate components when loaded in the context of VS #66

Open
mlorbetske opened this issue Aug 10, 2016 · 0 comments
Labels
Milestone

Comments

@mlorbetske
Copy link
Member

If template A requires generator X v 1.0 and template B requires generator X v 2.0, A could end up with the 2.0 generator or B could end up with the 1.0 generator. Either provide a way to make these distinct (unlikely to be easy/possible due to the lack of requirement for strong naming) or a way to isolate or unload components. Another option is to run out of process from VS (which would be unfortunate).

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

No branches or pull requests

1 participant