Version 5.0.0
.NET Core support.
Breaking changes:
ThriftSharp.Extensions
has disappeared;ThriftProxy
is now available for both .NET Core and the full .NET Framework, inThriftSharp
.ThriftServiceImplementation
has been removed. UseThriftProxy
instead.- Changes in the constructor of
ThriftHttpClient
. (should not affect most consumers)
Fixes:
- Workarounds for issues in UWP's expression interpreter.