hdt_load_assemblyAssemblyDependencyResolver to resolve dependencies, or I delegate it to the "parent" ALC if it can't be resolved, which eventually ends up with the Default ALC.AssemblyDependencyResolver doesn't resolve framework assemblies as far as I understand it, I just try calling AssemblyLoadContext.Default.LoadFromAssemblyName when one of these is requested.FileNotFoundException)C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\8.0.1\ref\net8.0 (which is where the WPF assemblies seem to be installed for me) and calling AssemblyLoadContext.Default.LoadFromAssemblyPath directly. However doing this I get a BadImageFormatException.System.BadImageFormatException: Could not load file or assembly 'PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Reference assemblies cannot be loaded for execution. (0x80131058)