rbeauchamp / Swashbuckle.OData

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

No response types documented #161

Closed 9Rune5 closed 4 years ago

9Rune5 commented 6 years ago

All of my OData controllers shows up with empty response types on the generated docs page.

I noticed that during initialization, each controller receives a strange http request (e.g. 'http://any/'SampleString'/'SampleString'/odata/CatalogueItemLocations') initiated by GetHttpActionDescriptorForODataController().

Is there an easy way to nudge it a bit?