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
For .NET 4.0 projects using Microsoft's Microsoft.Bcl.Async package, the "Await not configured" warning remains, even when the await is indeed configured. Accepting the recommendation (Alt+Enter) just adds another .ConfigureAwait(), and so on.
The text was updated successfully, but these errors were encountered:
For .NET 4.0 projects using Microsoft's Microsoft.Bcl.Async package, the "Await not configured" warning remains, even when the await is indeed configured. Accepting the recommendation (Alt+Enter) just adds another .ConfigureAwait(), and so on.
The text was updated successfully, but these errors were encountered: