Swashbuckle.AspNetCore
Swashbuckle.AspNetCore copied to clipboard
Added Explode and Style to SwaggerParameter
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.