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

Implement support for default interface methods #161

Closed
3 tasks
MichalStrehovsky opened this issue Oct 9, 2020 · 1 comment
Closed
3 tasks

Implement support for default interface methods #161

MichalStrehovsky opened this issue Oct 9, 2020 · 1 comment
Labels
area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation bug Something isn't working

Comments

@MichalStrehovsky
Copy link
Member

  • Support in the managed type system (shared with Crossgen2)
  • Support in the compiler and runtime dispatch
  • Support in reflection
@MichalStrehovsky MichalStrehovsky added bug Something isn't working area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation labels Oct 9, 2020
MichalStrehovsky added a commit to MichalStrehovsky/runtimelab that referenced this issue Aug 13, 2021
Add support for generic default interface methods and add some testing. Fixes dotnet#161.
MichalStrehovsky added a commit that referenced this issue Aug 13, 2021
Add support for generic default interface methods and add some testing. Fixes #161.
@MichalStrehovsky
Copy link
Member Author

Fixed in #1410

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant