Skip to content
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

Fix c# client float property default values #2397

Merged
merged 3 commits into from
Mar 17, 2016

Conversation

mmschettler
Copy link
Contributor

C# decimal literals for floats must be casted to float, because that are
doubles by default

Decimal literals for floats must be casted to float, because that are
doubles by default
@mmschettler mmschettler changed the title Fix float default value Fix c# client float property default values Mar 16, 2016
@wing328
Copy link
Contributor

wing328 commented Mar 17, 2016

@mmschettler thanks for the PR. It looks good to me.

wing328 added a commit that referenced this pull request Mar 17, 2016
Fix c# client float property default values
@wing328 wing328 merged commit ccd4a78 into swagger-api:master Mar 17, 2016
@wing328 wing328 added this to the v2.1.6 milestone Mar 17, 2016
yaelah pushed a commit to yaelah/swagger-codegen that referenced this pull request Apr 9, 2016
Fix c# client float property default values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants