Mattias Sehlstedt

Results 3 issues of Mattias Sehlstedt

Fixes #21154 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...

## Question I am having issues in different OAS projects when they involve a specification that contains an integer enums with a negative values. The value is interpreted as `null`...

Question

Fixes #3137 The issue reported stem from the fact the the `useReturnTypeSchema` currently is considered on a method level rather than on an http code level. This means that if...