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
After updating my Flurl.Http NuGet packages from 3.4.2 to 4.0.2, I suddenly get a compile error saying "Error CS1503 Argument 2: cannot convert from 'System.Threading.CancellationToken' to 'System.Net.Http.HttpCompletionOption'" in methods like QueryAsync and InitAsync of the YahooSession class.
Any idea on how to fix?
The text was updated successfully, but these errors were encountered:
Hi
After updating my Flurl.Http NuGet packages from 3.4.2 to 4.0.2, I suddenly get a compile error saying "Error CS1503 Argument 2: cannot convert from 'System.Threading.CancellationToken' to 'System.Net.Http.HttpCompletionOption'" in methods like QueryAsync and InitAsync of the YahooSession class.
Any idea on how to fix?
The text was updated successfully, but these errors were encountered: