Swashbuckle.AspNetCore icon indicating copy to clipboard operation
Swashbuckle.AspNetCore copied to clipboard

Added Explode and Style to SwaggerParameter

Open aberus opened this issue 5 months ago • 7 comments

Pull Request

The issue or feature being addressed

It is currently not possible to set Explode and Style on the parameter.

Details on the issue fix or feature implementation

Added bool Explode and string Style with backing properties bool? ExplodeFlag and Microsoft.OpenApi.Models.ParameterStyle? ParameterStyle respectively. AnnotationsParameterFilter applies these two properties if set.

aberus avatar Sep 04 '24 21:09 aberus