[C#] Check int lengths at compile time
authorMatt Corallo <git@bluematt.me>
Tue, 23 Jan 2024 21:17:20 +0000 (21:17 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 29 Jan 2024 16:37:41 +0000 (16:37 +0000)
commitfb92bb63a4dade8b58c9c648320f8feb9ad2ea5d
treeaa48ac295f972f32302196ff293d96489e43da09
parentb7192bf70b04e446999a9ad6b632296887aec7bd
[C#] Check int lengths at compile time

...cause I was using the wrong headers trying to do debug builds
and it took much too long to debug.
csharp_strings.py