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
Rewrite this method then run coyote rewrite, then run the program you will see a runtime error:
(ell) d:\Temp\CoyoteTest>dotnet D:\Temp\CoyoteTest\CoyoteTest\bin\Debug\net5.0\CoyoteTest.dll
Hello World!
Unhandled exception. System.MissingMethodException: Method not found: 'System.Runtime.CompilerServices.TaskAwaiter`1<!0> UncontrolledTaskAwaiter`1.GetAwaiter()'.
at CoyoteTest.Program.<>c.<<TestDetectedUncontrolledGenericAwaiter>b__1_0>d.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at CoyoteTest.Program.<>c.<TestDetectedUncontrolledGenericAwaiter>b__1_0()
at CoyoteTest.Program.Test(Func`1 test, Configuration configuration) in D:\Temp\CoyoteTest\CoyoteTest\Program.cs:line 33
at CoyoteTest.Program.TestDetectedUncontrolledGenericAwaiter() in D:\Temp\CoyoteTest\CoyoteTest\Program.cs:line 23
at CoyoteTest.Program.Main(String[] args) in D:\Temp\CoyoteTest\CoyoteTest\Program.cs:line 16
Rewrite this method then run coyote rewrite, then run the program you will see a runtime error:
The text was updated successfully, but these errors were encountered: