FlatSharp icon indicating copy to clipboard operation
FlatSharp copied to clipboard

Fast, idiomatic C# implementation of Flatbuffers

Results 18 FlatSharp issues
Sort by recently updated
recently updated
newest added

This is a set of tracking issues to consider for FlatSharp 7, whenever that becomes a thing. For anyone reading, this does not indicate that FlatSharp 7 is imminent, or...

For (large) convenience, it would be nice if we could annotate that some types defined in the `.fbs` should map to already existing C# types. For example: ``` struct Vec3...

I'm trying to figure out (including implementing in FlatSharp) how to better interop efficiently with Unity's "Native Collections" types -- e.g. `NativeArray` (there's also `NativeList`, but for my purpose just...

[Apologies for large number of issues -- I am happy to tackle all/most of these, just want to get a sense of whether they would be accepted or other thoughts!]...

Hi. I have a very complicated schema represented in fbs files that works correctly when built with flatc. However, I get a Null Reference Exception when building with FlatSharp.Compiler. The...

This is useful for debugging purposes. I will add some tests if you're interested in this change.

This is one of the changes we have in the fork we're using at our company. It adds a `Match` method to unions similar to other unions in the C#...

This is one of the changes we have in the fork we're using at our company. If you're happy to accept a change like this. I'll tidy it up a...

I'm trying to migrate from Google flatbuffers nuget to FlatSharp (7.1.1) and I run into a problem. Situation - netstandard2.0 project with the flatbuffer schemas and FlatSharp compilation - net7...