Info
Version: | 1.0.3 |
Author(s): | Microex |
Last Update: | Saturday, February 10, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/snys98/Microex.Swagger |
NuGet Url: | https://www.nuget.org/packages/Microex.Swagger |
Install
Install-Package Microex.Swagger
dotnet add package Microex.Swagger
paket add Microex.Swagger
Microex.Swagger Download (Unzip the "nupkg" after downloading)
Dependencies
- Microex.Swagger.SwaggerGen(>= 1.0.1)
- Microex.Common(>= 1.2.5)
- Microsoft.AspNetCore.Mvc.ApiExplorer(>= 2.0.2)
- Microsoft.AspNetCore.Mvc.Core(>= 2.0.2)
- Microsoft.AspNetCore.Mvc.DataAnnotations(>= 2.0.2)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.0.2)
- Microsoft.AspNetCore.StaticFiles(>= 2.0.1)
- Microsoft.Extensions.FileProviders.Embedded(>= 2.0.0)
Tags
services.AddSwaggerGen(options =>
{
//options
});
app.UseSwagger(options =>
{
//options
});.