Skip to content

Switch MethodImplAttributes.Async to 0x2000 #78536

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

Merged

Conversation

333fred
Copy link
Member

@333fred 333fred commented May 9, 2025

It was changed in dotnet/runtime#114310 as 0x400 is a thing in framework.

Relates to test plan #75960

It was changed in dotnet/runtime#114310 as 0x400 is a thing in framework.
@333fred 333fred requested a review from a team as a code owner May 9, 2025 18:46
@333fred 333fred requested review from RikkiGibson and jcouv May 9, 2025 18:46
Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks (iteration 1)

Copy link
Member

@agocke agocke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@@ -1762,7 +1762,7 @@ internal override System.Reflection.MethodImplAttributes ImplementationAttribute
// PROTOTYPE: Use real value from MethodImplAttributes when available
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could do this now, I think. That is, look in the ref assembly for MethodImplAttributes.Async, then write that value in.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't do anything like that today. We'll just wait for the MethodImplAttributes that we consume to update.

@333fred 333fred merged commit 1e6abef into dotnet:features/runtime-async May 9, 2025
24 checks passed
@333fred 333fred deleted the update-methodimpl-flag branch May 9, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants