{ROOT}/bin/fhcore.dll, while plugins are located in {ROOT}/modules/{PLUGIN_NAME}/{PLUGIN_NAME.dll}.<Private>false</Private> and <ExcludeAssets>runtime</ExcludeAssets>, ex.bin/fhcore.dll is loaded into AssemblyLoadContext.Default.AssemblyLoadContext as such:LoadFromAssemblyPath the plugin into the context, and afterwards:FhLoadContexttypeof(BaseModule).IsAssignableFrom(plugin_type) still returns false for a given public class PluginModule : BaseModule in the plugin DLL. Why could that be?