Swashbuckle.AspNetCore icon indicating copy to clipboard operation
Swashbuckle.AspNetCore copied to clipboard

Support for IReadOnlySet when generating UniqueItems flag

Open swimmesberger opened this issue 2 years ago • 2 comments

Currently the UniqueItems flag is only generated when the type is of type ISet, properties of type IReadOnlySet are not considered. https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/c5094a3a373985632bcab5072c98175bc563e875/src/Swashbuckle.AspNetCore.SwaggerGen/SchemaGenerator/SchemaGenerator.cs#L303

swimmesberger avatar Apr 25 '22 14:04 swimmesberger