thrift/test/netstd
2022-02-03 22:27:15 +01:00
..
Client FIX: test left too early on false premise 2022-02-03 22:27:15 +01:00
Server THRIFT-5479 Add net 6 support 2022-01-09 21:57:30 +01:00
build.cmd THRIFT-4723 Consolidate C#/netcore into new netstd language target 2019-01-28 23:12:28 +01:00
build.sh THRIFT-4723 Consolidate C#/netcore into new netstd language target 2019-01-28 23:12:28 +01:00
Makefile.am THRIFT-4982 Remove deprecated C# bindings from the code base 2020-02-28 19:18:34 +01:00
README.md THRIFT-4990 Upgrade to .NET Core 3.1 (LTS) 2019-12-07 08:47:32 +01:00
ThriftTest.sln THRIFT-5349 Add net5.0 as supported platform 2021-02-15 09:12:56 +01:00

Apache Thrift net-core-lib tests

Tests for Thrift client library ported to Microsoft .NET Core

Content

  • ThriftTest - tests for Thrift library

Reused components

  • NET Core SDK 3.1 (LTS)

How to build on Windows

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

How to build on Unix

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