v3.0.10
v3.0.10
- Redoc v2.1.4
- SwaggerUI v5.17.2
- ported domaindrivendev#2392 Replace text with Markdown link format
- ported domaindrivendev#2852, adds additional 5xx error responses
- ported domaindrivendev#2825 Generate Enum-Dictionary-Keys (analogous to Newtonsoft)
- ported https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2824/files removed redundant any check,
- ported domaindrivendev#2826 Correctly respect interfaces in GetInheritanceChain
- ported domaindrivendev#2784 Handle Stream and PipeReader content types correctly
- Use parameterInfo to decide if to use apiExplorer ModelMetaData ModelType or apiParameter.Type. Fixes an issue where AsParameter Enums get incorrectly generated as strings domaindrivendev#2733