forked from loafle/openapi-generator-original
* Run ./bin/utils/ensure-up-to-date to re-generate samples run in the CI. * Fixed issue #1531. Now in C# operation parameters are post-processed to correctly mark them as enumerations. The api.mustache C# template now marks parameters as nullable when they're non-required enums. * #1531 Added fix for enum, non-required parameters to the interface of the auto-generated C# Apis. * Fixed error with the development of ticket #1531, which duplicated nullable question marks for primitive types.