tdlib-netcore
tdlib-netcore copied to clipboard
How should I use the project?
Hello there
I want to use this library in Xamarin and Desktop.
I have a .so library for android compiled with android-ndk and libraries compiled normally to use on windows/linux, how can I use them with tdlib-netcore, which mode should I use?
I looked through the documentation but couldn't understand anything.
Platforms to be used: Android/Xamarin .NetCore/Windows Linux
Existing Compilation Files: libtdjsonandroid.so / Android NDK Build libtdjson.so / linux build tdjson.dll / windows build
Build managed nuget packages and reference the package in your project (probably with a local feed).
The tdjson wrapper uses some intrinsics only available on .NET Core and likely not supported by current release of Xamarin.