domaindrivendev / Swashbuckle.AspNetCore

Swagger tools for documenting API's built on ASP.NET Core
MIT License
5.26k stars 1.32k forks source link

Ensure first filter wins #3136

Open jgarciadelanoceda opened 3 weeks ago

jgarciadelanoceda commented 3 weeks ago

During the development of #3133 we discovered that one SB filter ended up deleting the information of another one.

Ensure that if the info is already set do not override it. We might have issues right now with WithOpenApi extension method, study them and apply the rule