Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@SolalPirelli SolalPirelli released this 24 Sep 11:40
· 19 commits to master since this release

.NET Core support.

Breaking changes:

  • ThriftSharp.Extensions has disappeared; ThriftProxy is now available for both .NET Core and the full .NET Framework, in ThriftSharp.
  • ThriftServiceImplementation has been removed. Use ThriftProxy instead.
  • Changes in the constructor of ThriftHttpClient. (should not affect most consumers)

Fixes:

  • Workarounds for issues in UWP's expression interpreter.