We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the dart generator creates code that does not compile due to errors in validation_error_loc_inner.dart
validation_error_loc_inner.dart
... class ValidationErrorLocInner { /// Returns a new [ValidationErrorLocInner] instance. ValidationErrorLocInner({ }); @override bool operator ==(Object other) => identical(this, other) || other is ValidationErrorLocInner && @override int get hashCode => // ignore: unnecessary_parenthesis ...
A screenshot to show highlighting of invalid syntax:
$ openapi-generator-cli version 7.6.0
https://gist.github.com/Gigahawk/a2e79529adb4206fd23c86e9c28a0380
$ openapi-generator-cli generate -i openapi.json -g dart -o packages/openapi
gibahjoe/openapi-generator-dart#135
The text was updated successfully, but these errors were encountered:
Duplicate of #13302
Sorry, something went wrong.
No branches or pull requests
Bug Report Checklist
Description
Using the dart generator creates code that does not compile due to errors in
validation_error_loc_inner.dart
A screenshot to show highlighting of invalid syntax:
openapi-generator version
OpenAPI declaration file content or url
https://gist.github.com/Gigahawk/a2e79529adb4206fd23c86e9c28a0380
Generation Details
Steps to reproduce
Related issues/PRs
gibahjoe/openapi-generator-dart#135
Suggest a fix
The text was updated successfully, but these errors were encountered: