[ https://issues.apache.org/jira/browse/AVRO-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079550#comment-14079550 ]
Doug Cutting commented on AVRO-1555: ------------------------------------ Latest patch fails on Mono with: {code} Errors: /home/cutting/src/avro/trunk/lang/csharp/Avro.sln (default targets) -> (Build target) -> /home/cutting/src/avro/trunk/lang/csharp/src/apache/test/Avro.test.csproj (default targets) -> /usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) -> Ipc/HttpClientServerTest.cs(33,22): error CS0584: Internal compiler error: Method not found: 'Avro.ipc.HttpListenerServer.get_ExceptionHandler'. Ipc/HttpClientServerTest.cs(33,20): error CS0266: Cannot implicitly convert type `object' to `Avro.ipc.HttpListenerServer'. An explicit conversion exists (are you missing a cast?) Ipc/HttpClientServerTest.cs(34,20): error CS1061: Type `Avro.ipc.HttpListenerServer' does not contain a definition for `Start' and no extension method `Start' of type `Avro.ipc.HttpListenerServer' could be found (are you missing a using directive or an assembly reference?) Ipc/HttpClientServerTest.cs(47,20): error CS1061: Type `Avro.ipc.HttpListenerServer' does not contain a definition for `Stop' and no extension method `Stop' of type `Avro.ipc.HttpListenerServer' could be found (are you missing a using directive or an assembly reference?) {code} > csharp IPC over HTTP support > ---------------------------- > > Key: AVRO-1555 > URL: https://issues.apache.org/jira/browse/AVRO-1555 > Project: Avro > Issue Type: Improvement > Components: csharp > Affects Versions: 1.7.7 > Environment: .NET/Mono > Reporter: Dmitry Kovalev > Priority: Minor > Fix For: 1.7.8 > > Attachments: AVRO-1555-csharp-ipc-over-http.patch, > AVRO-1555-csharp-ipc-over-http.patch, AVRO-1555-csharp-ipc-over-http.patch > > > provide a default implementation for Avro IPC over HTTP in C#, based on > standard .NET platform HTTP components -- This message was sent by Atlassian JIRA (v6.2#6252)