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

.NET Core support #150

Closed
x2bool opened this issue Mar 19, 2018 · 2 comments
Closed

.NET Core support #150

x2bool opened this issue Mar 19, 2018 · 2 comments

Comments

@x2bool
Copy link

x2bool commented Mar 19, 2018

Support .NET Core in C# implementation (#27)

Update:
(For people coming from search: https://github.com/x2bool/tdsharp - TDLib JSON interface bindings for .NET)

@levlam
Copy link
Contributor

levlam commented Mar 19, 2018

It is impossible to do without some kind of serialization/deserialization, which is exactly what tdjson does. The binding also can be tried to be generated automatically using CppSharp, but I doubt that it will be more performant or easier to use than TDLib JSON interface.

@levlam
Copy link
Contributor

levlam commented Sep 5, 2018

@x2bool It seems that you have answered your own question. Thanks for creation of tdsharp. I've mentioned it in the example list as the best way to use TDLib from .NET Core.

@levlam levlam closed this as completed Sep 5, 2018
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

No branches or pull requests

2 participants