| Volodymyr Gotra | b587a12 | 2016-09-14 19:18:48 -0500 | [diff] [blame^] | 1 | # Apache Thrift net-core-lib |
| 2 | |
| 3 | Thrift 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 | |