ch-robinson / dotnet-avro

An Avro implementation for .NET
https://engineering.chrobinson.com/dotnet-avro/
MIT License
132 stars 49 forks source link

Fix schema generation for nullable `Uri` #278

Closed dstelljes closed 9 months ago

dstelljes commented 9 months ago

The Uri schema builder case does not include logic to create a nullable union when NullableReferenceTypeBehavior is All. Fixes https://github.com/ch-robinson/dotnet-avro/issues/277.