Before we are ready to move to .NET 5 / 6, we must change the way plugins are loaded: * Use `AssemblyLoadContext.Default` instead of plain `Assembly.Load` * Assemblies referenced by plugins need a custom `AssemblyLoadContext.Resolving` handler
Before we are ready to move to .NET 5 / 6, we must change the way plugins are loaded:
AssemblyLoadContext.Defaultinstead of plainAssembly.LoadAssemblyLoadContext.Resolvinghandler