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

David McIntosh commented on AVRO-823:
-------------------------------------

That error indicates that the test was running under .NET 3.5 instead of .NET 
4.0. The project file specifies a .NET 4.0 target but it looks like build.sh 
targets .NET 3.5. I could replace the Stream.CopyTo with a manual 
implementation. It looks like that is the only .NET 4.0 specific feature that 
is being used.


                
> Support Avro data files in C#
> -----------------------------
>
>                 Key: AVRO-823
>                 URL: https://issues.apache.org/jira/browse/AVRO-823
>             Project: Avro
>          Issue Type: New Feature
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>            Reporter: Patrick Angeles
>              Labels: c-sharp,, container, file, object
>         Attachments: AVRO-823.patch, AVRO-823.patch, AVRO-823.patch
>
>
> Currently, the C# implementation does not handle reading and writing of Avro 
> data files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to