bitfinex-rest icon indicating copy to clipboard operation
bitfinex-rest copied to clipboard

.NET Core supported?

Open mirror222 opened this issue 7 years ago • 0 comments

is it possible to support .net core?

I compiled this project myself and did same tests in Windows 7, but get this error message:

System.AggregateException HResult=0x80131500 Message=One or more errors occurred. (Operation is not supported on this platform.) Source=System.Private.CoreLib StackTrace: at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Bitfinex.BitfinexRestClient.GetTickers(String[] symbols) in XXXX\bitfinex-rest-master\Bitfinex\TickersClient.cs:line 31 at ConsoleApp1.Program.Main(String[] args) in XXXXX\bitfinex-rest-master\ConsoleApp1\Program.cs:line 12

Exception: Operation is not supported on this platform.

any advice?

mirror222 avatar Dec 29 '17 14:12 mirror222