Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[interp] Fix open delegates used with virtual methods of valuetypes #55354

Merged
merged 2 commits into from
Jul 10, 2021

Commits on Jul 8, 2021

  1. [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 dotnet#49839
    BrzVlad committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    533b316 View commit details
    Browse the repository at this point in the history
  2. Re-enable tests

    BrzVlad committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    bf82e5d View commit details
    Browse the repository at this point in the history