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
We were trying to resolve the virtual method on the this pointer (which is a managed pointer and not an object). If the delegate target method is declared on a valuetype, the method does not need resolving.
Fixesdotnet#49839
…55354)
* [interp] Fix open delegates used with virtual methods of valuetypes
We were trying to resolve the virtual method on the this pointer (which is a managed pointer and not an object). If the delegate target method is declared on a valuetype, the method does not need resolving.
Fixes#49839
* Re-enable tests
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jul 10, 2021
ghost
locked as resolved and limited conversation to collaborators
Aug 9, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The CreateDelegate10_Nullable_Method test introduced with pr #42837 does not work on the Mono interpreter.
Regression?
This is not a regression.
The text was updated successfully, but these errors were encountered: