• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Client/11-Mar-2024-1,5261,262

Server/11-Mar-2024-859683

Makefile.amD11-Mar-20241.1 KiB4218

README.mdD11-Mar-2024595 2114

ThriftTest.slnD11-Mar-20248.5 KiB122120

build.cmdD11-Mar-2024929 2623

build.shD11-Mar-2024869 273

README.md

1# Apache Thrift net-core-lib tests
2
3Tests for Thrift client library ported to Microsoft .NET Core
4
5# Content
6- ThriftTest - tests for Thrift library
7
8# Reused components
9- NET Core SDK 3.1 (LTS)
10
11# How to build on Windows
12- Get Thrift IDL compiler executable, add to some folder and add path to this folder into PATH variable
13- Open ThriftTest.sln in Visual Studio and build
14or
15- Build with scripts
16
17# How to build on Unix
18- Ensure you have .NET Core 3.0 SDK installed or use the Ubuntu Xenial docker image
19- Follow common build practice for Thrift: bootstrap, configure, and make precross
20
21