blob: ae926e9786e75325f33cda67ccb523d0120fd1fc [file] [log] [blame] [view]
Volodymyr Gotrab587a122016-09-14 19:18:48 -05001# Apache Thrift net-core-lib
2
3Thrift client library ported to Microsoft .Net Core
4
5# How to build
6
7* 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)
8* Install downloaded version of dotnet
9* Clone repo
10* Run **build.sh** or **build.cmd** from the root of cloned repository
11* Check tests in **src/Tests** folder
12* Continue with /tutorials/netcore
13
14#Notes
15
16* No Silverlight suport, no longer supported by Microsoft
17
18#Known issues
19
20* Framed transport not fully implemenented yet
21