thrift/test/netcore
Volodymyr Gotra b62247e0ea THRIFT-4039 Update of Apache Thrift .Net Core lib
Client: NetCore
Patch: Volodymyr Gotra <vgotra@gmail.com>

This closes #1163

Changes:
- Added framed transport, updated docs, updated global.json with SDKversion
- Added usage to multiplexer to tutorial
- Changed sdk to current sdk 1.0.0-preview2-1-003177
2017-01-25 00:04:45 +01:00
..
ThriftTest THRIFT-3933 Microsoft .Net Core library port and generator for this library 2017-01-04 19:40:30 +01:00
build.cmd THRIFT-3933 Microsoft .Net Core library port and generator for this library 2017-01-04 19:40:30 +01:00
build.sh THRIFT-3933 Microsoft .Net Core library port and generator for this library 2017-01-04 19:40:30 +01:00
global.json THRIFT-4039 Update of Apache Thrift .Net Core lib 2017-01-25 00:04:45 +01:00
Makefile.am THRIFT-3933 Microsoft .Net Core library port and generator for this library 2017-01-04 19:40:30 +01:00
README.md THRIFT-4039 Update of Apache Thrift .Net Core lib 2017-01-25 00:04:45 +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 Standard 1.6 (SDK 1.0.0-preview2-003121)
  • NET Core App 1.1

How to build