fsprojects / pulsar-client-dotnet

Apache Pulsar native client for .NET (C#/F#/VB)
MIT License
301 stars 47 forks source link

Update AvroSchemaGenerator to 2.3 #190

Closed nodece closed 3 years ago

nodece commented 3 years ago

Signed-off-by: Zixuan Liu nodeces@gmail.com

Summary

The AvroSchemaGenerator@1.9 doesn't check the type.Namespace, when type.Namespace is null, the generated schema is incorrect, so I made a PR: https://github.com/eaba/AvroSchemaGenerator/pull/22 to fix this issue, this patch has been released in AvroSchemaGenerator@2.3.

Lanayx commented 3 years ago

Hi, @nodece ! There is no need to update dependencies each time they change, you can just update the AvroSchemaGenerator nuget package in your project. Same as #188