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

Fix workaround for static virtual methods #66290

Merged
merged 1 commit into from
Mar 7, 2022

Commits on Mar 7, 2022

  1. Fix workaround for static virtual methods

    The workaround for reflection invoking static virtual methods wasn't working around well enough. Fixes dotnet#66028.
    
    The repro case also hit a scanning failure due to scanner not scanning a throw helper. Those are more of asserts, so add them to the collection of throw helpers to ignore.
    MichalStrehovsky committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6ea2bce View commit details
    Browse the repository at this point in the history