I am not sure what your branching strategy is, but from what I can tell, the latest official release of flatc is 1.11 and I do not see a branch for 1.11 in the list of branches.
Considering that the flatc generated code must use library code that is provided by the flatbuffers project, it seems like best practice would be to create a maintenance branch so the library code and auto generated code can be kept in sync.
for the C# code, right now version 1.11 of the flatc tool is incompatible with the the main branch. I have no easy way of knowing (without digging into the source history) where to locate the compatible C# code for 1.11.
Please retroactively create the branch, if you know what is the correct commit version to use.
I am not sure what your branching strategy is, but from what I can tell, the latest official release of flatc is 1.11 and I do not see a branch for 1.11 in the list of branches.
Considering that the flatc generated code must use library code that is provided by the flatbuffers project, it seems like best practice would be to create a maintenance branch so the library code and auto generated code can be kept in sync.
for the C# code, right now version 1.11 of the flatc tool is incompatible with the the main branch. I have no easy way of knowing (without digging into the source history) where to locate the compatible C# code for 1.11.
Please retroactively create the branch, if you know what is the correct commit version to use.