karlwancl / YahooFinanceApi

A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flurl.Http dependencies issues

emoreau99 opened this issue · comments

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?

anybody else has the issue? Any fix?