Uh oh!
There was an error while loading. Please reload this page.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
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 |
AaronRobinsonMSFT
commented
Aug 10, 2023
@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. |
AaronRobinsonMSFT
commented
Aug 10, 2023
If you are still hitting issues after trying the nightly, then please open a new issue. |
Joe4evr
commented
Aug 10, 2023
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