A dotnet 5 swagger setup project
- Swashbuckle.AspNetCore
- Swashbuckle.AspNetCore.Swagger
- Exposes Swagger JSON endpoints.
- Swashbuckle.AspNetCore.SwaggerGen
- Generates OpenApiDocument(s) from your routes, controllers and models
- Swashbuckle.AspNetCore.SwaggerUI
- Exposes an embedded version of the swagger-ui
- Swashbuckle.AspNetCore.Swagger
- Swashbuckle.AspNetCore.Annotations
- Provides Custom attributes which helps in better documentation
- Swashbuckle.AspNetCore.ReDoc
- Exposes an embedded version of the ReDoc documentation
- Swagger UI
- NSwag
- ReDoc
- Swagger Hub ( Swagger Editor)
- Write the Open API Specification by looking at the generated UI. Also helps to create Client/Server code.
- Postman
- Add details in Postman & Click Publish Documentation for a collection, it will generate the documentation
- Download the Project
- Run the Project