SwaggerProvider 3.2.0
dotnet add package SwaggerProvider --version 3.2.0
NuGet\Install-Package SwaggerProvider -Version 3.2.0
<PackageReference Include="SwaggerProvider" Version="3.2.0" />
<PackageVersion Include="SwaggerProvider" Version="3.2.0" />
<PackageReference Include="SwaggerProvider" />
paket add SwaggerProvider --version 3.2.0
#r "nuget: SwaggerProvider, 3.2.0"
#:package SwaggerProvider@3.2.0
#addin nuget:?package=SwaggerProvider&version=3.2.0
#tool nuget:?package=SwaggerProvider&version=3.2.0
F# Type Providers for Swagger & OpenAPI
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 was computed. |
| .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. |
-
- FSharp.Core (>= 8.0.403)
- FSharp.SystemTextJson (>= 1.4.36)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SwaggerProvider:
| Package | Downloads |
|---|---|
|
ClearBank.Net
Unofficial .NET client for ClearBank integration, creating online payments via their API. Bank payment handling automation in United Kingdom and EU. |
|
|
BioFSharp.BioDB
API access to powerful popular bioinformatic databases |
|
|
OpenAiClient
Package Description |
|
|
CarmelNet
Unofficial .NET client for Carmel integration, creating online payments via their API. Bank payment handling automation in the United States. |
|
|
LoanApi.Client
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.0 | 3 | 4/6/2026 |
| 3.1.0 | 247 | 3/22/2026 |
| 3.0.0 | 120 | 3/1/2026 |
| 3.0.0-beta08 | 86 | 2/26/2026 |
| 3.0.0-beta07 | 95 | 2/15/2026 |
| 3.0.0-beta06 | 92 | 2/15/2026 |
| 3.0.0-beta05 | 103 | 2/1/2026 |
| 3.0.0-beta04 | 116 | 1/3/2026 |
| 3.0.0-beta03 | 194 | 12/24/2025 |
| 3.0.0-beta02 | 190 | 12/22/2025 |
| 3.0.0-beta01 | 689 | 12/1/2025 |
| 2.3.2 | 5,099 | 10/11/2025 |
| 2.3.1 | 1,994 | 5/13/2025 |
| 2.3.0 | 259 | 5/10/2025 |
| 2.2.3 | 1,687 | 3/11/2025 |
| 2.2.2 | 1,505 | 1/23/2025 |
| 2.2.1 | 644 | 1/16/2025 |
| 2.2.0 | 317 | 1/6/2025 |
| 2.1.3 | 12,542 | 9/8/2024 |
| 2.1.2 | 1,429 | 6/3/2024 |
- feat: add CancellationToken support to OpenApiClientProvider generated methods (closes #212) (#336)
- fix: map `format:date` to `DateOnly` on .NET 6+ targets (closes #240) (#321)
- fix: throw OpenApiException for undocumented HTTP error codes (#354)
- improve: enrich XML documentation for generated API methods (#349)
- improve: add allowed enum values to generated property XmlDoc comments (#353)
- perf: reduce DLL-emit time for large schemas (shared ToString helper + Dictionary lookup) (#356)
- perf: update FSharp.TypeProviders.SDK (O(n^2) to O(n) ILMethodDefs) (#355)
- test: add v3 array/map type-mapping tests and v2 schema compilation tests (#351)
- test: add $ref primitive-type alias tests for v3 DefinitionCompiler (closes #335) (#342)
- hk: update TP SDK and OpenApi reader