swaggerwcf
swaggerwcf copied to clipboard
Problem with array of enums
I noticed problem in line 141 of file TypePropertiesProcessor.cs. Method throws an exception when property being analyzed is array of enums:
System.ArgumentException: 'Type provided must be an Enum. Parameter name: enumType'
Thanks Marek
working on it