You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only applies if the option implicitNull is not enabled. If no default value is provided the property must be nullable (value is null if no value is provided). If implicitNull is enabled the return type must also be nullable as optional properties with this option accept null.
…d implicitNull is disabled (#33)
Render mixed as type annotation for properties which don't provide type information
Fix the output of generated files (contained double slashes for top level classes)
Only applies if the option
implicitNull
is not enabled. If no default value is provided the property must be nullable (value is null if no value is provided). IfimplicitNull
is enabled the return type must also be nullable as optional properties with this option accept null.Expected interface:
Generated interface:
The text was updated successfully, but these errors were encountered: