lazou / mtapi

Fork of MetaTrader API, only for MetaTrader 5 targeting .NET Core
MIT License
16 stars 2 forks source link

Ported MtApi5 to .Net Core #2

Closed lazou closed 2 years ago

lazou commented 2 years ago

This PR will add support for .Net Core on the client side (for MtApi5) as requested in #134. Contract files are linked from MtApiService to prevent duplicated code. Only duplicated some files due to required changes (unsupported functionality of the doftnet/wcf dependencies).