ThriftSharp icon indicating copy to clipboard operation
ThriftSharp copied to clipboard

Thrift client library for .NET, using attributes instead of the Thrift IDL.

Build NuGet Package

Thrift# is an implementation of the Thrift protocol for .NET.

Unlike Apache's Thrift implementation, it does not use a compiler or separate Thrift interface definition files; everything is done using attributes. This allows complete freedom over the types, and enables interesting features such as converters.

Read the documentation to get started.

Pull requests, bug reports and suggestions are welcome.

To package as a NuGet package, run dotnet pack -c Release --include-source --include-symbols in src/.