You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This is a test marked with an incorrect ActiveIssue - creating this one to track it separately, see #79044).
The test fails with:
Mono: no implementation for interface method System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext() in class System.Reflection.Metadata.ApplyUpdate.Test.AsyncMethodChange/<TestTaskMethod>d__1#1
Mono: METHOD .ctor()
Mono: METHOD MoveNext()
Mono: METHOD SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
It looks like we're not picking up the new async state machine's interface implementations from the hot reload delta.
The text was updated successfully, but these errors were encountered:
ghost
added
in-pr
There is an active PR which will close this issue when it is merged
and removed
in-pr
There is an active PR which will close this issue when it is merged
labels
Apr 21, 2023
(This is a test marked with an incorrect ActiveIssue - creating this one to track it separately, see #79044).
The test fails with:
It looks like we're not picking up the new async state machine's interface implementations from the hot reload delta.
The text was updated successfully, but these errors were encountered: