We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The managed type system doesn't seem to handle various corner case behaviors around .override in IL. See tests blocked on this issue.
.override
Putting this under native AOT, but it's in the shared managed type system.
Possibly related to the following TODO:
runtime/src/coreclr/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs
Lines 468 to 470 in 7693b6d
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
No branches or pull requests
The managed type system doesn't seem to handle various corner case behaviors around
.override
in IL. See tests blocked on this issue.Putting this under native AOT, but it's in the shared managed type system.
Possibly related to the following TODO:
runtime/src/coreclr/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs
Lines 468 to 470 in 7693b6d
The text was updated successfully, but these errors were encountered: