Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-4123

Add support for .Net Core

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 0.10.0
    • None
    • None
    • C#

    Description

      Presently the thrift compiler C# generator includes the line:

      using System.Runtime.Serialization;
      

      And uses the annotation:

      #if !SILVERLIGHT
          [Serializable]
      #endif
      

      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/

      Attachments

        Issue Links

          Activity

            People

              jking3 James E. King III
              codesf Randy Abernethy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: