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
As per the title, in v1.0.38 (but not in v1.0.37) specifying /useplugins results in an exception being thrown as System.Runtime.Loader v4.0.0 cannot be loaded.
Is it worth fixing this? Would it be worth changing how plugins work slightly, such as by using the newer System.Composition based support and loading assemblies from an explicit plugins folder so the assemblies loaded/searched can be minified?
I'm willing to submit a PR to do the latter here, I haven't root caused the issue with System.ComponentModel.Composition yet...
The text was updated successfully, but these errors were encountered:
As per the title, in v1.0.38 (but not in v1.0.37) specifying
/useplugins
results in an exception being thrown asSystem.Runtime.Loader v4.0.0
cannot be loaded.Is it worth fixing this? Would it be worth changing how plugins work slightly, such as by using the newer
System.Composition
based support and loading assemblies from an explicitplugins
folder so the assemblies loaded/searched can be minified?System.ComponentModel.Composition
yet...The text was updated successfully, but these errors were encountered: