mtapi icon indicating copy to clipboard operation
mtapi copied to clipboard

.NET Core compatibility

Open darcome opened this issue 7 years ago • 6 comments

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

Thanks in advance, Luca

darcome avatar Oct 12 '18 12:10 darcome

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

magick93 avatar Nov 02 '18 22:11 magick93

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

vdemydiuk avatar Nov 18 '18 17:11 vdemydiuk

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

supermomonga avatar Sep 10 '20 12:09 supermomonga

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 avatar Sep 18 '20 21:09 lazou

@supermomonga Please have a look at PR #203 😃

lazou avatar Sep 22 '20 22:09 lazou

@lazou Thanks!

supermomonga avatar Sep 26 '20 14:09 supermomonga