You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Mikel Blanchard (Jira)" <ji...@apache.org> on 2020/04/17 22:55:00 UTC

[jira] [Created] (THRIFT-5176) [NETSTD] ApacheThrift 0.13.0.1 error when used with .NET Core 2.1.

Mikel Blanchard created THRIFT-5176:
---------------------------------------

             Summary: [NETSTD] ApacheThrift 0.13.0.1 error when used with .NET Core 2.1.
                 Key: THRIFT-5176
                 URL: https://issues.apache.org/jira/browse/THRIFT-5176
             Project: Thrift
          Issue Type: Bug
            Reporter: Mikel Blanchard


We are using ApacheThrift 0.13.0.1 via the NuGet library in a project targeting .NET Standard 2.0 & 2.1 in order to send telemetry data at Jaeger. A user opened this issue: [https://github.com/open-telemetry/opentelemetry-dotnet/issues/605]

The 0.13.0.1 netstandard2.0 Thrift dll is targeting Microsoft.AspNetCore.Http.Abstractions 2.2.0 which works for .NET Core 2.2+ applications.

We would like to target .NET Core 2+ in our library.

We tried to use the 0.12.0.1 package but it isn't signed with a strong name.

Would it be possible to downgrade that reference to 2.0.0 in the 0.13.0.1 package or re-publish 0.12.0.1 with a strong name?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)