The aim of the Thrift.Net project is to create an implementation of the Thrift compiler and runtime library in C#, providing a first class experience for .NET developers wanting to use Thrift.
Thrift.Net is provided under the MIT license, which you can find here.
At the moment the project is not ready for production use. We are currently working on implementing a Thrift compiler that is compatible with the official Apache runtime library. Once we have a working compiler, the next step will be to implement the runtime library to make Thrift.Net self contained.
- For information about the initial design goals for the project, see the design goals page.
- For information on the project roadmap, see the roadmap page.
- For information about the compiler design, see the compilation page.
If you want to contribute to the development of Thrift.Net, please see our contribution guide.