Swashbuckle.AWSApiGateway.Annotations
2.5.0
dotnet add package Swashbuckle.AWSApiGateway.Annotations --version 2.5.0
NuGet\Install-Package Swashbuckle.AWSApiGateway.Annotations -Version 2.5.0
<PackageReference Include="Swashbuckle.AWSApiGateway.Annotations" Version="2.5.0" />
paket add Swashbuckle.AWSApiGateway.Annotations --version 2.5.0
#r "nuget: Swashbuckle.AWSApiGateway.Annotations, 2.5.0"
// Install Swashbuckle.AWSApiGateway.Annotations as a Cake Addin #addin nuget:?package=Swashbuckle.AWSApiGateway.Annotations&version=2.5.0 // Install Swashbuckle.AWSApiGateway.Annotations as a Cake Tool #tool nuget:?package=Swashbuckle.AWSApiGateway.Annotations&version=2.5.0
Provides programmatic support for including AWS API Gateway custom annotations at OAS "build" time.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Cors (>= 2.2.0)
- Swashbuckle.AspNetCore (>= 6.4.0)
-
.NETStandard 2.1
- Microsoft.AspNetCore.Cors (>= 2.2.0)
- Swashbuckle.AspNetCore (>= 6.4.0)
-
net5.0
- Microsoft.AspNetCore.Cors (>= 2.2.0)
- Swashbuckle.AspNetCore (>= 6.4.0)
-
net6.0
- Microsoft.AspNetCore.Cors (>= 2.2.0)
- Swashbuckle.AspNetCore (>= 6.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.5.0 | 1,672 | 9/9/2022 |
2.4.1 | 25,714 | 4/30/2021 |
2.4.0 | 374 | 4/30/2021 |
2.3.5 | 19,859 | 7/1/2020 |
2.3.4 | 720 | 3/8/2020 |
2.3.3 | 505 | 3/2/2020 |
2.3.2 | 513 | 3/1/2020 |
2.3.1 | 522 | 2/28/2020 |
2.2.0 | 524 | 2/26/2020 |
2.1.2 | 543 | 2/24/2020 |
2.1.1 | 536 | 1/30/2020 |
2.1.0 | 517 | 1/24/2020 |
2.0.1 | 555 | 1/22/2020 |
2.0.0 | 576 | 1/22/2020 |
1.0.5 | 656 | 1/21/2020 |
1.0.4 | 624 | 1/19/2020 |
1.0.3 | 517 | 1/16/2020 |
1.0.2 | 551 | 1/16/2020 |
1.0.1 | 562 | 1/16/2020 |
2.5.0- Add support for .net6.0. Add fix for when Api option is configured with Uri instead of BaseUri. Dependencies updated.
2.4.1- Improved the DisableExecuteApiEndpoint feature.
2.4.0- Add support for netstandard2.1 and net5.0. Add DisableExecuteApiEndpoint feature.
2.3.5- More gracefully handle non-well formed BaseUri values
2.3.4- Add path parameters to OPTIONS mock method
2.3.3- Force empty content dictionary
2.3.2- Add support max age and allow credentials
2.3.1- Add factory for creating cors config from MS CorsPolicy
2.3.0- Optionally emit OPTIONS method for CORS support
2.2.0- Improved support for RequestParameters (breaking change!)
2.1.2- Add convenience extension for setting api key source
2.1.1- Add AddVariable server extension method
2.1.0- Added support for request validators
2.0.1- protected against null reference
2.0.0- removed "not specified" enum options. Only include changed properties.
1.0.6- fixed bug in object merge
1.0.5- add support for binary media types (x-amazon-apigateway-binary-media-types)
1.0.4- update package metadata
1.0.3- supply default values for operation values (HttpMethod and Uri)
1.0.2- only include document level annotations that are explicitly initialized
1.0.1- now supports key source, cors, integration and auth annotations