SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
734 stars 41 forks source link

feat: Add support for generating Swashbuckle schema filter #601

Closed SteveDunn closed 1 month ago

SteveDunn commented 1 month ago

Added the ability to specify Swashbuckle filter generation for OpenAPI. This helps to solve the issue of manually creating Schema filters each time Swagger/OpenAPI documentation is generated. Also added related global and local configuration settings.

Implements #514