Swashbuckle.AspNetCore
Swashbuckle.AspNetCore copied to clipboard
Support for IReadOnlySet when generating UniqueItems flag
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