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
I dont see how I can turn reality into expected using configuration keys from here. Overall, why is reality so off?
Update
After messing around with a custom template I found out that for each field the flag isNullable=true is passed to the template, which seem to be a bug somewhere in generator.
The text was updated successfully, but these errors were encountered:
Version:
7.0.0-SNAPSHOT
Command:
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -g rust -i /local/openapi/testcase.yaml -o /local/out/rust
Spec:
Reality:
Expected:
Thoughts
I dont see how I can turn
reality
intoexpected
using configuration keys from here. Overall, why isreality
so off?Update
After messing around with a custom template I found out that for each field the flag
isNullable=true
is passed to the template, which seem to be a bug somewhere in generator.The text was updated successfully, but these errors were encountered: