blob: 230897f624b3c34c60f43534892dae918099a7e4 [file] [log] [blame] [view]
Volodymyr Gotrab62247e2017-01-16 02:34:28 +02001# Apache Thrift net-core-lib tests
2
3Tests for Thrift client library ported to Microsoft .Net Core
4
5# Content
6- ThriftTest - tests for Thrift library
7
8# Reused components
9- NET Core Standard 1.6 (SDK 1.0.0-preview2-003121)
10- NET Core App 1.1
11
12# How to build
13- Download and install .NET Core SDK for your platform https://www.microsoft.com/net/core#windowsvs2015 (archive for SDK 1.0.0-preview2-003121 located by: https://github.com/dotnet/core/blob/master/release-notes/download-archive.md)
14- Ensure that you have thrift.exe which supports netcore lib and it added to PATH
15- Go to current folder
16- Run **build.sh** or **build.cmd** from the root of cloned repository
17