How to add swagger UI in ASP.NET Core API 3.1

preview_player
Показать описание
In this video, we will add, configure manually the swagger UI since by default its not install yet in ASP.NET Core 3.1. Swagger UI allows us to visualize and interact, test our created API resources without having the implementation logic in place(Front End). #swaggerui #openapi
Рекомендации по теме
Комментарии
Автор

thanks i was working on an api rest usinf FW 4.7.2 but i had to migrate to net core 3.1 and i had to rewrite mot of my core... event Reinstalling swagger Swashbuckle por netcore 3.1 the version did work for me was Swashbuckle .AspNetCore 6.2.3

MrJulinas