-
Notifications
You must be signed in to change notification settings - Fork 59
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
Generator ignores nullability #178
Comments
@sergey-tihon, please, point me where to apply fix I will code that today |
Here is the line where we determine if the property is optional. Is easiest way to debug is to put breakpoint on this line and check how |
Could that be because the fields aren't marked as |
Description
Expected behavior
Properties of value type marked as
nullable: false
declared as non-nullable and has a non-nullable parameter in a constructorActual behavior
nullable: false
is ignoredRelated information
1.0.0-Beta1
The text was updated successfully, but these errors were encountered: