flatbuffers/.github
Stefan F. 95ff1f1d80
[c#] Fix Table __vector_as_array correct len calc (#8911)
* fix for https://github.com/google/flatbuffers/issues/8759
__vector_as_array<T> calling ByteBuffer.ToArray<T> with the length in bytes by multiplying len with ByteBuffer.Sizeof<T> and FlatBuffersExampleTests extended to call GetVectorOfLongsArray/GetVectorOfDoublesArray which failed without the fix

* first try to repair build-dotnet-windows

* syntax error fixed

* Update solution creation command in build workflow

add --format sln to the dotnet new command, maybe it is currently creating a .slnx instead?
2026-02-04 13:13:01 +01:00
..
ISSUE_TEMPLATE
workflows [c#] Fix Table __vector_as_array correct len calc (#8911) 2026-02-04 13:13:01 +01:00
CODEOWNERS Update CODEOWNERS 2025-12-21 16:10:34 -08:00
ISSUE_TEMPLATE.md
labeler.yml update labeler.yml to v5+ format (#8818) 2025-12-02 21:21:25 -05:00
PULL_REQUEST_TEMPLATE.md