Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
b587a12a116cc394b62d9af2bbcecd50cfb18ce3
/
.
/
lib
/
netcore
tree: 35bc86df406f888f160bab03f6a847423cc49151 [
path history
]
[
tgz
]
Tests/
Thrift/
build.cmd
build.sh
global.json
Makefile.am
README.md
Thrift.sln
lib/netcore/README.md
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