thrift/test/netstd
Jens Geyer 2b2ea622b6 THRIFT-5396 deprecate "Async" method postfix
Client: netstd
Patch: Jens Geyer

This closes #2374
2021-04-10 10:10:27 +02:00
..
Client THRIFT-5396 deprecate "Async" method postfix 2021-04-10 10:10:27 +02:00
Server THRIFT-5396 deprecate "Async" method postfix 2021-04-10 10:10:27 +02: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