AdrianStrugala
AdrianStrugala
Add support to the new C# types: DateOnly and TimeOnly. The implementation should be compatible with .netstandard2.0 target framework.
### Discussed in https://github.com/AdrianStrugala/AvroConvert/discussions/36 Originally posted by **vivekkwatra** April 7, 2021 Is there any sample to convert JSON string into Avro Generic Record for C#? FYI similar functionality available in...
Add a method allowing schema comparison (from string or object). The result should contain all mismatching fields.
[DataMember] fields are resolved during schema generation. There is no easy way (without significant performance hit) for serialization and deserialization of private fields. If you feel, that this is your...
Acceptance Criteria Example: int[,,] ArrayField - multidimensional array can be serialized - multidimensional array can be deserialized - multidimensional array is supported by codecs
Acceptance Criteria: - Could be serialized/deserialized using default flow - Could be serialized/deserialized using headless flow - Could be serialized/deserialized using 2Json flow - Could be serialized/deserialized using codecs
### Discussed in https://github.com/AdrianStrugala/AvroConvert/discussions/99 Originally posted by **ombedko** March 2, 2023 Im trying to use AvroConvert from inside a .Net Framework applicaiton (tried 4.6.1, 4.7.1, 4.7.2 4.8 v, + others)....
Investigate the possibility to replace following libraries: [BrotliSharpLib](https://www.nuget.org/packages/BrotliSharpLib/) (>= 0.3.3) [FastMember](https://www.nuget.org/packages/FastMember/) (>= 1.5.0) [IronSnappy](https://www.nuget.org/packages/IronSnappy/) (>= 1.3.1) [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) (>= 13.0.2) with native/up-to-date versions.