-
Notifications
You must be signed in to change notification settings - Fork 59
Generator ignores nullability #178
Copy link
Copy link
Open
Labels
Description
Description
Service:
type: object
properties:
Услуга:
type: string
Стоимость:
type: number
format: ₴
nullable: false
Обязательная:
type: boolean
nullable: falseExpected behavior
Properties of value type marked as nullable: false declared as non-nullable and has a non-nullable parameter in a constructor
Actual behavior
nullable: false is ignored
Related information
1.0.0-Beta1
Reactions are currently unavailable