Damien Daspit

Results 22 issues of Damien Daspit

Parameters in a controller action that are marked with the attributes `[FromForm]` and `[BindRequired]` are not properly generated in OpenAPI 3.0. The parameters should be added to the `required` section...

- Set `IsRequired`, `Description`, `Default`, and `Example` when creating OAPI3.0 form parameters in `OperationParameterProcessor` - Set `IsRequired` when getting OAPI 3.0 form data parameters in `OperationModelBase` - See #4379