GitHub user dsandbrink opened a pull request:
https://github.com/apache/thrift/pull/1347
THRIFT-4290: Fixed csharp:nullable code generation for non-required eâ¦
â¦num fields with default values
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dsandbrink/thrift THRIFT-4290
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1347.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1347
----
commit 2ecf6c4631e1283b68a61f485fd57f32c2dbf0a4
Author: Dirk Sandbrink <[email protected]>
Date: 2017-09-06T19:04:26Z
THRIFT-4290: Fixed csharp:nullable code generation for non-required enum
fields with default values
----
---