Apache Thrift net-core-lib
Thrift client library ported to Microsoft .Net Core
How to build
Download the latest version of dotnet from
https://www.microsoft.com/net/core
(it can be
https://go.microsoft.com/fwlink/?LinkID=809122
in case of VS Code)
Install downloaded version of dotnet
Clone repo
Run
build.sh
or
build.cmd
from the root of cloned repository
Check tests in
src/Tests
folder
Continue with /tutorials/netcore
#Notes
No Silverlight suport, no longer supported by Microsoft
#Known issues
Framed transport not fully implemenented yet