Hi, We create an Avro schema with custom properties in Java programmatically with a method void Schema.addProp(String name, String value), we are not able to find an equivalent method in C# implementation of Avro 1.10.2. We found only the getter string Schema.GetProperty(string key).
Is there any way in C# to add a custom property to the schema? Thanks Milan Konzal
