You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: