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
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task<Task<(bool success, int bytesWritten)>>'.
A local or parameter named 'reader' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task<Task<(bool success, int bytesWritten)>>'.
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task<Task<(bool success, int bytesWritten)>>'.