Tubul
Results
1
comments of
Tubul
Avro.AvroException: Unable to find type 'IDictionary<string,System.String>' in all loaded assemblies
having the same issue, array with map inside is not working as expected. **schema:** ``` { "name": "ListOfMap", "type": { "type": "array", "items": { "type": "map", "values": "string" } }...