Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 951 Bytes

ReadMe.md

File metadata and controls

13 lines (8 loc) · 951 Bytes

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/.