mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
b587a12a11
Client: .NET Core Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149 This closes #1088 This closes #1149 |
||
---|---|---|
.. | ||
Tests/Thrift.PublicInterfaces.Compile.Tests | ||
Thrift | ||
build.cmd | ||
build.sh | ||
global.json | ||
Makefile.am | ||
README.md | ||
Thrift.sln |
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