-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add support for default implementation of static virtuals with method constraints #89061
Conversation
…constraints Add support for default implmentation of static virtuals with method constraints
Co-authored-by: Michal Strehovský <[email protected]>
Did this not get into preview 7 somehow? I ran my code that previously encountered #73658 and I'm still getting a Additionally, in trying to make a minimized repo I'm encountering more bugs around getting a target method through reflection (at least one of which is also in .NET 7). Should I open a new issue for these? @AaronRobinsonMSFT @davidwrighton |
@Joe4evr Can you try the nightly from https://github.com/dotnet/installer#table. I'm not sure if these fixes made it into preview 7. |
If you are still hitting issues after trying the nightly, then please open a new issue. |
Ah, thanks for that. Looks like I was concerned for nothing. That rc1 build does work in all the scenarios I tested. |
Fixes #73658
Fixes #78865