Crossgen2 does not precompile return dropping thunks for async covariant return overrides
Open
area-ReadyToRun
runtime-async
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
https://github.com/dotnet/runtime/pull/125900 added support for covariant returns in CoreCLR, and https://github.com/dotnet/runtime/pull/127186 added support for ReadyToRun by making sure we don't precompile the methods, but the methods are not precompiled by crossgen2.
Contributor guide
Assessment
This issue has not been assessed yet.