[
https://issues.apache.org/jira/browse/THRIFT-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792449#comment-16792449
]
Jens Geyer edited comment on THRIFT-4820 at 3/14/19 9:05 AM:
-------------------------------------------------------------
Try it.
EDIT:
What I mean here is, I tried it already and it is needed by the HTTP transport
because of the current implementation .
As I see it, we have one option, but that option comes with another
disadvantage: We can split out certain things off the core library and have a
Thrift.HTTPTransport add-on library, so only those who want HTTP also would
need that dependency. The disadvantage would be that we have multiple
assemblies, hence multiple nuget packages, and so on. I'm not sure if we really
want that.
was (Author: jensg):
Try it.
> Remove unnecessary NuGet dependency from netstd
> -----------------------------------------------
>
> Key: THRIFT-4820
> URL: https://issues.apache.org/jira/browse/THRIFT-4820
> Project: Thrift
> Issue Type: Improvement
> Components: netstd - Library
> Affects Versions: 0.12.0
> Reporter: Kyle Smith
> Priority: Minor
>
> You should be able to remove the dependency on the heavy Microsoft.AspNetCore
> package. THttpServerTransport doesn't utilize anything outside the
> Microsoft.AspNetCore.Http.Abstractions package.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)