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
It does not seem that [IterationSetup] and [IterationCleanup] may mark async methods for now. The code is failing with …the wrong return type error. Is there any reason why global counterparts are allowed to be async, while iteration bound methods are not?