Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ported MtApi5 to .Net Core #2

Merged
merged 6 commits into from
Nov 9, 2022
Merged

Ported MtApi5 to .Net Core #2

merged 6 commits into from
Nov 9, 2022

Conversation

lazou
Copy link
Owner

@lazou lazou commented Nov 9, 2022

This PR will add support for .Net Core on the client side (for MtApi5) as requested in vdemydiuk#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).

  • added .net core based MtApiService (MtApiServiceNetCore)
  • based on https://github.com/dotnet/wcf
  • only client side is available in .Net Core
  • piping removed, only tcp connection possible
  • ported MtApi5 and MtApi5TestClient to .Net Core
  • newer versions of System.ServiceModel.Duplex & System.ServiceModel.NetTcp are causing issues (4.9.0/4.10.0)

@lazou lazou merged commit 3d87492 into master Nov 9, 2022
@lazou lazou deleted the working-net-core-port branch November 10, 2022 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant