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

Jens Geyer edited comment on THRIFT-4123 at 3/15/17 6:27 PM:
-------------------------------------------------------------

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

{quote}
Binary serialization was dropped from .Net Core.
{quote}

[No|https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=lib/netcore/Thrift/Protocols/TBinaryProtocol.cs]?


was (Author: jensg):
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)

Reply via email to