You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2017/03/15 18:26:41 UTC

[jira] [Commented] (THRIFT-4123) Add support for .Net Core

    [ https://issues.apache.org/jira/browse/THRIFT-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926714#comment-15926714 ] 

Jens Geyer commented on THRIFT-4123:
------------------------------------

What's wrong with the [existing netcore lib|https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=tree;f=lib/netcore]?

> Add support for .Net Core
> -------------------------
>
>                 Key: THRIFT-4123
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4123
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C# - Compiler, C# - Library
>    Affects Versions: 0.10.0
>         Environment: C#
>            Reporter: Randy Abernethy
>            Priority: Minor
>
> Presently the thrift compiler C# generator includes the line:
> {code}
> using System.Runtime.Serialization;
> {code}
> And uses the annotation:
> {code}
> #if !SILVERLIGHT
>     [Serializable]
> #endif
> {code}
> Binary serialization was dropped from .Net Core. As .Net Core is the "go forward" cross platform engine for .Net it would be great if we could improve the C# impl such that it runs on .Net Framework and .Net Core.
> Ref:   
> https://blogs.msdn.microsoft.com/dotnet/2016/02/10/porting-to-net-core/



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)