Reputation: 349
Currently have a project in which swagger is setup using swashbuckle in asp.net. I would like to incorporate the new Swagger UI https://swagger.io/swagger-ui/. Is there an easy way of doing that?
Thanks
Upvotes: 1
Views: 1508
Reputation: 349
If you already have swash-buckle installed in your project and are using default Swagger UI,
Swagger.Net
.You are good to go !!
Upvotes: 2
Reputation: 17664
Yes you can use Swagger-Net (I'm the owner of that project)
Swagger-Net is a fork of swashbuckle and we get the latest swagger-ui and other dependencies.
Upvotes: 6