7.5.1
FlatSharp 7.5.1 is a minor release that contains important fixes for NativeAOT support.
- Fix .NET 8 Native AOT, Mono AOT, and add CI pipelines to ensure these don't regress again in the future.
- Remove some methods from
IInputBuffer
andISpanWriter
that led to the issues with AOT.
What's Changed
- Native aot stuff by @jamescourtney in #425
- Add some nativeaot test cases by @jamescourtney in #426
- Mono AOT Validation by @jamescourtney in #427
- Update packages and SpanWriter by @jamescourtney in #428
Full Changelog: 7.5.0...7.5.1