zcsizmadia edited a comment on pull request #1536: URL: https://github.com/apache/avro/pull/1536#issuecomment-1040801013
Of course there are many options to integrate the avro main with the codecs, but it should be transparaent and convinient for the user. That us why I imagined that the application doing this would do all the dynamic binding: ``` <PackageReference Include"Apache.Avro" Version="1.11.0" /> <PackageReference Include"Apache.Avro.Codec.XZ" Version="1.11.0" /> // to enable XZ <PackageReference Include"Apache.Avro.Codec.Snappy" Version="1.11.0" /> // to enable Snappy ``` This shoudl be the only thing to bind the C# codecs together with Avro.main. If that PackageReferenceing the codec is not there, tha application throws an exception, unknown codec, just like as of now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
