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 classcompat loader and static virtual methods #54658

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

davidwrighton
Copy link
Member

Tweak classcompat loader to skip MethodImpls associated with static methods

  • They aren't needed for any COM interop scenarios.

@AaronRobinsonMSFT
Copy link
Member

@davidwrighton will we be testing/validating this logic in some way?

@lewing
Copy link
Member

lewing commented Jun 24, 2021

browser failure was #54659

Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@davidwrighton
Copy link
Member Author

@AaronRobinsonMSFT Yes. The libraries System.Runtime.InteropServices test will cover this case, one Tanner's generic math work gets checked in.

@davidwrighton davidwrighton merged commit 57bfe47 into dotnet:main Jun 25, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 25, 2021
@davidwrighton davidwrighton deleted the fix_svm_com_interop branch April 13, 2023 18:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants