You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConfigureSwaggerGeneratorOptions file from version 6.2.3 does not deep clone the RequestBodyFilters property. The DeepCopy method should have the following line:
target.RequestBodyFilters = new List<IRequestBodyFilter>(source.RequestBodyFilters);