rbeauchamp / Swashbuckle.OData

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

Swashbuckle.OData doesn't show odata controllers #167

Closed PabloDeCortes closed 6 years ago

PabloDeCortes commented 6 years ago

Hi. I'm using OWIN host and i got some problems with Swashbuckle.OData. I added c.CustomProvider(defaultProvider => new ODataSwaggerProvider(defaultProvider, c, config)); in swagger config and added odataprefixroute on controller and odataroute on methods, but it didn't solve my problem. Maybe i missed something important?

PabloDeCortes commented 6 years ago

Solved the problem deleting origin lib Swashbuckle