7.4.0
FlatSharp 7.4.0 is available on Nuget with a couple of nonbreaking changes:
FlatSharp.Runtime
supports .NET 8FlatSharp.Compiler
now requires any of .NET 8, .NET 7, or .NET 6 to be installed (previously it supported only .NET 6).- Fixes a bug where FlatSharp generated invalid code if
FlatSharp
was declared as a non-top-level namespace, such asFoo.Bar.FlatSharp
.
What's Changed
- Update Google flatbuffers, add verify tests by @jamescourtney in #394
- Add Stryker Tests to Code Coverage by @jamescourtney in #397
- Delete Legacy Tests by @jamescourtney in #398
- Metadata attributes by @jamescourtney in #403
- Add global namespace test by @jamescourtney in #409
- Net8 by @jamescourtney in #412
Full Changelog: 7.2.3...7.4.0