rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
128 stars 96 forks source link

fixed Issue #95 - DataMember Attribute #184

Closed Lior-Finkelstein closed 4 years ago

Lior-Finkelstein commented 6 years ago

where a Swagger Document would not be generated if a property had a DataMember attribute with a different name(not including casing) than the property itself. also added a Test.