From dev-return-52237-archive-asf-public=cust-asf.ponee.io@thrift.apache.org Fri Mar 30 13:43:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8312B180647 for ; Fri, 30 Mar 2018 13:43:05 +0200 (CEST) Received: (qmail 82565 invoked by uid 500); 30 Mar 2018 11:43:04 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 82552 invoked by uid 99); 30 Mar 2018 11:43:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2018 11:43:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D292DC0156 for ; Fri, 30 Mar 2018 11:43:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id K6APwICNq3zP for ; Fri, 30 Mar 2018 11:43:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B682C5FB94 for ; Fri, 30 Mar 2018 11:43:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BD3E8E0837 for ; Fri, 30 Mar 2018 11:43:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 50686255ED for ; Fri, 30 Mar 2018 11:43:00 +0000 (UTC) Date: Fri, 30 Mar 2018 11:43:00 +0000 (UTC) From: "Jens Geyer (JIRA)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (THRIFT-4535) Current state and future of .NET libraries ("csharp" and "netcore")? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/THRIFT-4535?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D164= 20415#comment-16420415 ]=20 Jens Geyer commented on THRIFT-4535: ------------------------------------ {quote} This sounds like a good plan! What is your policy on backwards compatibilit= y and supported .NET framework/platforms versions? If there were just one c= ode base, would you still want to support Silverlight (Official Microsoft s= upport will end in 2021) and .NET framework versions older than 4.5 in this= new release? {quote} Good question. Maybe we should have a poll about this, because after the ne= xt release someone will come and complain if we throw something out, even i= f we announce it clearly six months in advance (and given the current relea= se cycle this is an understatement). Again, I'm 100% for it (to merge netcore back into csharp) , and I would ag= ree to dropping support for older frameworks. We just ned to keep Mono in m= ind and distros like CentOS which are not always blessed with the newest st= uff.=20 TL;DR: If you need any support for the task, let us know. > Current state and future of .NET libraries ("csharp" and "netcore")? > -------------------------------------------------------------------- > > Key: THRIFT-4535 > URL: https://issues.apache.org/jira/browse/THRIFT-4535 > Project: Thrift > Issue Type: Question > Components: C# - Library, netcore - Library > Reporter: Christian Weiss > Priority: Major > > Hi, > We are trying to use Thrift in one of our projects but we ran into some v= ery fundamental issues: > * The "csharp" project does not target ".NET Standard" and there's only = a very old release on nuget.org ( if [https://www.nuget.org/packages/Thrift= /]=C2=A0is the official one). > * The "netcore" project does target ".NET Standard" but there's no relea= se yet (=C2=A0https://issues.apache.org/jira/browse/THRIFT-4512=C2=A0)=C2= =A0and it also has a dependency on ASP.NET Core ( https://issues.apache.org= /jira/browse/THRIFT-4534=C2=A0) which makes it unusable in non-web projects= . > I'm wondering why there even are 2 separate projects for .NET? It's impor= tant to understand that ".NET Core" is not a new programming API - It's jus= t a new platform - very similar to Silverlight, Mono, Windows Phone. This m= eans that it=C2=A0would also be possible to support=C2=A0.NET Core and the = new ".NET Standard" (which represents a common set of APIs for all platform= s) with the existing "csharp" project.=C2=A0 > Was this a deliberate decision - e.g. to make the "netcore" code the offi= cial successor of the "csharp" code?=C2=A0 > Would you be interested in=C2=A0merging the code back into one library?= =C2=A0I'd be willing to help if you want! > It would be great to get one proper, up to date and official .NET library= soon as there's already quite a lot of weird forks on NuGet.org:=C2=A0http= s://www.nuget.org/packages?q=3DThrift=C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)