Twia.AzureFunctions.Extensions.OpenApi
2.3.1
Install-Package Twia.AzureFunctions.Extensions.OpenApi -Version 2.3.1
dotnet add package Twia.AzureFunctions.Extensions.OpenApi --version 2.3.1
<PackageReference Include="Twia.AzureFunctions.Extensions.OpenApi" Version="2.3.1" />
paket add Twia.AzureFunctions.Extensions.OpenApi --version 2.3.1
#r "nuget: Twia.AzureFunctions.Extensions.OpenApi, 2.3.1"
// Install Twia.AzureFunctions.Extensions.OpenApi as a Cake Addin
#addin nuget:?package=Twia.AzureFunctions.Extensions.OpenApi&version=2.3.1
// Install Twia.AzureFunctions.Extensions.OpenApi as a Cake Tool
#tool nuget:?package=Twia.AzureFunctions.Extensions.OpenApi&version=2.3.1
Support to generate an OpenAPI (f.k.a. Swagger) v3 document for HTML triggered functions in Azure Function Apps.
This document can easily be used to generate a Json response, or to generate HTML documentation.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Ensure.That (>= 8.2.0)
- Microsoft.Azure.WebJobs.Extensions.Http (>= 3.0.2)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 5.3.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.3.1
- Added the missing release notes to the NuGet package.
- Improved documentation.
2.3.0
- Make it work with Azure Functions v2.
- Fix: Make description for Path parameters work.
- Set correct type for path parameters.
2.2.0
- Added support for documenting Query and Header parameters.
2.1.0
- Fixed that path parameters marked as optional were required according to the generated documentation.
For a complete list of releases see https://github.com/dtewinkel/Twia.AzureFunctions.Extensions.OpenApi#release-notes.