-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP][C#] better enum support #2508
Conversation
This also impacts typescript-node |
@bherila thanks for pointing it out. This is going to be a major change and I'll need to fix all other languages that supports enum. |
UPDATE: rebased on the latest to provide better enum support for the following: PHP, Java, C#, JAX-RS, Spring |
[PHP][C#] better enum support
Upgrade note from 2.1.6 to 2.2.0 For better enum support (e.g. integer, special characters) we changed the following
to
Please update your code accordingly if your code has a dependency on |
Hi, We are interested in using the enhancements in this PR. Do you have any idea when version 2.2.0 will be released? |
@clicktravel-chrishern Here is my local build: Hope it helps, use at your own risk! Cheers, |
Better enum support for numbers and special characters