thrift/lib/netcore
Stephen Starkie 22bd3450c6 THRIFT-4524: .NET Core Server doesn't close properly when cancelled
Also fixed up the project files to include quoted Program Files paths
Client: netcore

This closes #1512
2018-03-20 16:32:32 -04:00
..
Tests THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests 2018-01-14 08:39:32 -05:00
Thrift THRIFT-4524: .NET Core Server doesn't close properly when cancelled 2018-03-20 16:32:32 -04:00
build.cmd THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests 2018-01-14 08:39:32 -05:00
build.sh THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests 2018-01-14 08:39:32 -05:00
Makefile.am THRIFT-4434: fixes to delegate all dependency responsibility from make to the dotnet build 2018-01-14 08:41:10 -05:00
README.md THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests 2018-01-14 08:39:32 -05:00
runtests.cmd THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests 2018-01-14 08:39:32 -05:00
runtests.sh THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests 2018-01-14 08:39:32 -05:00
Thrift.sln THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests 2018-01-14 08:39:32 -05:00

Apache Thrift netcore

Thrift client library ported to Microsoft .Net Core

Content

  • Tests/Thrift.PublicInterfaces.Compile.Tests - project for checking public interfaces during adding changes to Thrift library
  • Thrift - Thrift library

Reused components

  • .NET Standard 1.6 (SDK 2.0.0)

How to build on Windows

  • Get Thrift IDL compiler executable, add to some folder and add path to this folder into PATH variable
  • Open the Thrift.sln project with Visual Studio and build. or
  • Build with scripts

How to build on Unix

  • Ensure you have .NET Core 2.0.0 SDK installed or use the Ubuntu Xenial docker image
  • Follow common build practice for Thrift: bootstrap, configure, and make

Known issues

  • In trace logging mode you can see some not important internal exceptions