[ 
https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thiruvalluvan M. G. updated AVRO-533:
-------------------------------------

    Attachment: csharp_4.zip

This is same as Dona's csharp_3rd.zip with the following changes:
   - The code now compiles and tests pass under Mono in Ubuntu 10.10 as well as 
Windows XP/Visual C# Express 2010.
   - The .csproj files were referring to TargetFrameworkVersion 4.0, which does 
not work with Mono. Blindly replacing it with 3.5 fails to work in Windows. I 
made TargetFrameworkVersion configurable. Please see README.
   - The code was using Enum.TryParse() which is not available in 3.5. I 
replaced it with Enum.Parse()
   - The Newtonsoft.Json.dll was not the latest. It was causing some errors.
   - Some of the DLL references in csproj were incorrect. I suppose it worked 
in Windows because visual studio was pulling them using registry.
   - Code Generation and Specific tests used Microsoft.CSharp.dll. I made them 
use either Mono.CSharp.dll or Microsoft.CSharp.dll depending on the Runtime.
   - Made all text files use unix line endings. It was mixed earlier.


> .NET implementation of Avro
> ---------------------------
>
>                 Key: AVRO-533
>                 URL: https://issues.apache.org/jira/browse/AVRO-533
>             Project: Avro
>          Issue Type: New Feature
>    Affects Versions: 1.4.0
>            Reporter: Jeff Hammerbacher
>            Assignee: Thiruvalluvan M. G.
>         Attachments: AVRO-533.patch, AVRO-533.patch, AVRO-533.zip, 
> csharp.zip, csharp_2nd_patch.zip, csharp_3rd.zip, csharp_4.zip, dotnet.patch, 
> failure.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to