blob: a2b19a88ca0187ed28197111a6d78d9fa762bbd9 [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
Volodymyr Gotrab62247e2017-01-16 02:34:28 +02005# Content
6- Tests/Thrift.PublicInterfaces.Compile.Tests - project for checking public interfaces during adding changes to Thrift library
7- Thrift - Thrift library
8
9# Reused components
10- NET Core Standard 1.6 (SDK 1.0.0-preview2-003121)
11- NET Core App 1.1
12
Volodymyr Gotrab587a122016-09-14 19:18:48 -050013# How to build
14
Volodymyr Gotrab62247e2017-01-16 02:34:28 +020015- Download and install .NET Core SDK for your platform https://www.microsoft.com/net/core#windowsvs2015
16- Ensure that you have thrift.exe which supports netcore lib and it added to PATH
17- Go to current folder
18- Run **build.sh** or **build.cmd** from the root of cloned repository
19- Check tests in **src/Tests** folder
20- Continue with /tutorials/netcore
Volodymyr Gotrab587a122016-09-14 19:18:48 -050021
22#Notes
23
Volodymyr Gotrab62247e2017-01-16 02:34:28 +020024- Migration to .NET Standard 2.0 planned for later (Q1 2017) according to https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/
25- Possible adding additional platforms after stabilization of .NET Core (runtimes, platforms (Red Haat Linux, OpenSuse, etc.)
Volodymyr Gotrab587a122016-09-14 19:18:48 -050026
27#Known issues
28
Volodymyr Gotrab62247e2017-01-16 02:34:28 +020029- In trace logging mode you can see some not important internal exceptions
30- Ubuntu 16.10 still not supported fully
31- There is some problems with .NET Core CLI and usage specific -r|--runtime for building and publishing projects with different target frameworks (netstandard1.6 and netcoreapp1.1)
Volodymyr Gotrab587a122016-09-14 19:18:48 -050032
Volodymyr Gotrab62247e2017-01-16 02:34:28 +020033# Troubleshouting
34
35It's possible to change dotnet SDK version for building for solution (in **global.json**). Just run **dotnet --info** to check your current version (or check your dotnet sdk folder for installed versions)