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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: