[C#] Incorrect offset type in verifier
Author: LacoVadkertiCreated Feb 24, 2026Updated Sep 11, 2026
Labelsc#good-first-contributionpr-requested
Offset type is converted to int16, but is computed as int position - int offset:
Source: google/flatbuffers