| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This version introduces many breaking changes, but the old code gen behaviour can be restored with the correct configuration. However there is currently a bug, preventing us from completely switching back to the old behaviour. The provided config should generate equivalent code as soon as oapi-codegen/oapi-codegen#605 is released.
…ters (oapi-codegen#605) This fixes oapi-codegen#604. Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>
This version introduces many breaking changes, but the old code gen behaviour can be restored with the correct configuration. However there is currently a bug, preventing us from completely switching back to the old behaviour. The provided config should generate equivalent code as soon as oapi-codegen/oapi-codegen#605 is released.
…ters (oapi-codegen#605) This fixes oapi-codegen#604. Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
This fixes #604. Properties that are both readonly and required should not be pointers on server-side code. Also, they should not be marked as "omitEmpty".