Middleware to expose Swagger JSON endpoints from Azure Function APIs built on ASP.NET Core. 
                        
                    
         
                Info
| Version: | 2.0.5 | 
| Author(s): | Swashbuckle.AspNetCore.AzureFunctions | 
| Last Update: | Thursday, July 2, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/bherila/Swashbuckle.AspNetCore.AzureFunctions | 
| NuGet Url: | https://www.nuget.org/packages/Swashbuckle.AspNetCore.AzureFunctions | 
Install
Install-Package Swashbuckle.AspNetCore.AzureFunctions
                        dotnet add package Swashbuckle.AspNetCore.AzureFunctions
                        paket add Swashbuckle.AspNetCore.AzureFunctions
                        
                                Swashbuckle.AspNetCore.AzureFunctions Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Swashbuckle.AspNetCore.Annotations(>= 5.5.1)
 - Swashbuckle.AspNetCore.SwaggerGen(>= 5.5.1)
 - Swashbuckle.AspNetCore.Swagger(>= 5.5.1)
 - Microsoft.AspNetCore.Mvc.ApiExplorer(>= 2.2.0)
 - Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
 - Microsoft.AspNetCore.Mvc.DataAnnotations(>= 2.2.0)
 - Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.2.0)
 - Microsoft.Azure.WebJobs.Extensions.Http(>= 3.0.2)
 
Tags