Skip to content

ConfigureSwaggerGeneratorOptions is missing RequestBodyFilters cloning #2273

@CyAScott

Description

@CyAScott

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);

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions