Tags: andyleejordan/coreclr
Tags
Remove Binder assertion for BindByWhereRef Some use cases of CoreCLR require overriding the assembly load context, triggering this assertion. However, this override does not necessarily break support of BindByWhereRef, and so it should be attempted on a best-effort basis, instead of bailing out prematurely.