SteveDunn / Vogen

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

feat: Add support for generating Swashbuckle schema filter #601

Closed SteveDunn closed 6 months ago

SteveDunn commented 6 months 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