How to generate documentation using swashbuckle for WebApi 2 with Owin

前端 未结 2 1465
隐瞒了意图╮
隐瞒了意图╮ 2021-01-03 17:07

I have created a WebApi Project using this article.

Things are working fine. But now my client want to view the documentation using Swagger. I tried to do configurat

2条回答
  •  走了就别回头了
    2021-01-03 17:33

    I had tons of issues with Owin + Swashbuckle integration. I managed to solve it and created an open source repo to be used as a template for anyone who needs it!

    Please check: ASPSwaggerOwinTemplate

提交回复
热议问题