Middleware to expose Swagger JSON endpoints from Azure Function APIs built on ASP.NET Core.
Info
Version: | 1.2.0 |
Author(s): | Swashbuckle.AspNetCore.AzureFunctions |
Last Update: | Friday, March 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dviana07/Swashbuckle.AspNetCore.AzureFunctions |
NuGet Url: | https://www.nuget.org/packages/Swashbuckle.AspNetCore.AzureFunctions2 |
Install
Install-Package Swashbuckle.AspNetCore.AzureFunctions2
dotnet add package Swashbuckle.AspNetCore.AzureFunctions2
paket add Swashbuckle.AspNetCore.AzureFunctions2
Swashbuckle.AspNetCore.AzureFunctions2 Download (Unzip the "nupkg" after downloading)
Dependencies
- BH.Swashbuckle.AspNetCore.Annotations(>= 4.0.0)
- BH.Swashbuckle.AspNetCore.Swagger(>= 4.0.0)
- BH.Swashbuckle.AspNetCore.SwaggerGen(>= 4.0.0)
- Microsoft.AspNetCore.Mvc.ApiExplorer(>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.3)
- Microsoft.AspNetCore.Mvc.DataAnnotations(>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.1.1)
- Microsoft.Azure.WebJobs.Extensions.Http(>= 3.0.0)
Tags