AdrianStrugala / AvroConvert

Rapid Avro serializer for C# .NET
Other
97 stars 27 forks source link

Fix schema generation for type that is used multiple times #161

Closed robertcoltheart closed 2 months ago

robertcoltheart commented 2 months ago

Fixes #160

This basically reverts the previous changes to caching, but I guess still fails to address #152

AdrianStrugala commented 2 months ago

Included as part of #162