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
Both of these setups should work. In practice, however, only the first one will succeed, and the second one will fail with a callback validation error:
System.ArgumentException: Invalid callback. Setup on method with return type (System.Threading.Tasks.Task`1[System.String]) cannot invoke callback with return type (System.String).
(As an aside, we could format the type names in that error message nicer, too.)
The text was updated successfully, but these errors were encountered:
Both of these setups should work. In practice, however, only the first one will succeed, and the second one will fail with a callback validation error:
(As an aside, we could format the type names in that error message nicer, too.)
The text was updated successfully, but these errors were encountered: