C# code gen fails on for protocols
----------------------------------

                 Key: AVRO-835
                 URL: https://issues.apache.org/jira/browse/AVRO-835
             Project: Avro
          Issue Type: Bug
          Components: csharp
            Reporter: Eric Hauser


When code generating a protocol, such as AvroTrace, the C# code gen fails with 
a duplicate schema exception.

Avro.AvroException occurred
  Message=Duplicate schema name org.apache.avro.ipc.trace.
  Source=Avro
  StackTrace:
       at Avro.NamedSchema..ctor(Type type, SchemaName name, IList`1 aliases, 
PropertyMap props, SchemaNames names)
  InnerException: 

I will attach a unit test that shows the issue.

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

Reply via email to