]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/lib/netcore/README.md
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / lib / netcore / README.md
CommitLineData
f67539c2
TL
1# Apache Thrift netcore
2
3Thrift client library ported to Microsoft .Net Core
4
5# Deprecation notice
6
7Per [THRIFT-4723](https://issues.apache.org/jira/browse/THRIFT-4723), both CSharp and Netcore targets are deprecated
8and will be removed with the next release. Migrate to the [NetStd language target](../netstd/README.md) instead.
9
10# Content
11- Tests/Thrift.PublicInterfaces.Compile.Tests - project for checking public interfaces during adding changes to Thrift library
12- Thrift - Thrift library
13
14# Reused components
15- .NET Standard 1.6 (SDK 2.0.0)
16
17# How to build on Windows
18- Get Thrift IDL compiler executable, add to some folder and add path to this folder into PATH variable
19- Open the Thrift.sln project with Visual Studio and build.
20or
21- Build with scripts
22
23# How to build on Unix
24- Ensure you have .NET Core 2.0.0 SDK installed or use the Ubuntu Xenial docker image
25- Follow common build practice for Thrift: bootstrap, configure, and make
26
27# Known issues
28- In trace logging mode you can see some not important internal exceptions
29