vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
521 stars 281 forks source link

.NET Core compatibility #134

Open darcome opened 5 years ago

darcome commented 5 years ago

Can you tell me if mtapi is compatible with .NET Core?

Thanks in advance, Luca

magick93 commented 5 years ago

I dont think it is, as it uses WCF. But it would be good if it was.

vdemydiuk commented 5 years ago

magick93 is right. MtApi is using WCF so it can't be compatible with .NET Core.

supermomonga commented 3 years ago

Maybe now we can use .NET Core port of WCF client for client implementation?

lazou commented 3 years ago

Locally I was able to port the client side to .Net Core and I am working with it. But unfortunately I did also removed some not required code for me. So it is not a full port.

lazou commented 3 years ago

@supermomonga Please have a look at PR #203 😃

supermomonga commented 3 years ago

@lazou Thanks!