c# - Swagger UI not working with OData Controller V3 & WebApi 2 -




swashbuckle.odata seems have integration issues odata v3 controllers.i can see end points on swagger ui, ui cant fetch data due incorrect route prefix 'api' taken framework. end points working when testing using postman.

the other approach tried use explicit routeprefix on odatacontroller, helped swagger ui show routeprefix 'odata', causes api break , not able query or fetch data postman well.

this frustrating, guidance on helpful.

i have uploaded sample solution in following git repo .. ##https://github.com/ss27051980/swagger-odata.git##





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -