-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Ensure that top-level statements entry point emits MethodImplAttributes.Async #80314
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
Conversation
…es.Async This was missing for TLS symbols. Fixes dotnet#80313.
|
@jcouv @RikkiGibson for review. Given the nature of the fix here, I'm thinking we don't need to modify every single test in this file to add runtime compilation, but if you think that would be good to add, I can open a follow-up issue to do that. |
|
I think having tests for various return types for the entry point method, might be worthwhile, but super broad coverage doesn't seem necessary. |
jcouv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks (commit 1) modulo naming issue
This was missing for TLS symbols. Fixes #80313.