SwaggerProvider 4.2.0
dotnet add package SwaggerProvider --version 4.2.0
NuGet\Install-Package SwaggerProvider -Version 4.2.0
<PackageReference Include="SwaggerProvider" Version="4.2.0" />
<PackageVersion Include="SwaggerProvider" Version="4.2.0" />
<PackageReference Include="SwaggerProvider" />
paket add SwaggerProvider --version 4.2.0
#r "nuget: SwaggerProvider, 4.2.0"
#:package SwaggerProvider@4.2.0
#addin nuget:?package=SwaggerProvider&version=4.2.0
#tool nuget:?package=SwaggerProvider&version=4.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 (>= 10.1.300)
- 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. |
|
|
OpenAiClient
Package Description |
|
|
BioFSharp.BioDB
API access to powerful popular bioinformatic databases |
|
|
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 |
|---|---|---|
| 4.2.0 | 49 | 7/29/2026 |
| 4.1.0 | 442 | 5/28/2026 |
| 4.0.0 | 541 | 5/16/2026 |
| 4.0.0-beta03 | 109 | 5/1/2026 |
| 4.0.0-beta01 | 124 | 4/14/2026 |
| 3.2.0 | 2,835 | 4/6/2026 |
| 3.1.0 | 502 | 3/22/2026 |
| 3.0.0 | 159 | 3/1/2026 |
| 3.0.0-beta08 | 124 | 2/26/2026 |
| 3.0.0-beta07 | 131 | 2/15/2026 |
| 3.0.0-beta06 | 121 | 2/15/2026 |
| 3.0.0-beta05 | 148 | 2/1/2026 |
| 3.0.0-beta04 | 154 | 1/3/2026 |
| 3.0.0-beta03 | 221 | 12/24/2025 |
| 3.0.0-beta02 | 223 | 12/22/2025 |
| 3.0.0-beta01 | 717 | 12/1/2025 |
| 2.3.2 | 5,341 | 10/11/2025 |
| 2.3.1 | 2,373 | 5/13/2025 |
| 2.3.0 | 329 | 5/10/2025 |
| 2.2.3 | 1,724 | 3/11/2025 |
- fix: prevent duplicate `ProvidedTypeDefinition` for named component aliases (#478)
- fix: `formatObject` correctly handles `Option<T>` elements in arrays (#475)
- fix: `formatObject` correctly handles `Option<DateOnly>` and `Option<TimeOnly>` properties (#473)
- fix: encode `byte[]` as base64 instead of calling `ToString()` in `toParam` (#465)
- fix: correct string enum array serialization in `toQueryParams` (#462)
- improve: format `DateOnly`/`TimeOnly` properties with ISO 8601 in `formatObject` (#468)
- perf: replace `UriBuilder`+`ParseQueryString` with `StringBuilder` in query construction (#457)
- refactor: deduplicate `CallAsync` error branch (#460)
- eng: update TypeProviders SDK for thread-safety and performance (#480)
- eng: update global.json SDK baseline from 10.0.201 to 10.0.301 (#470)
- eng: bump GitHub Actions workflows (checkout 6→7.0.1, cache 5→6, setup-dotnet 5→6, setup-node 6→7)
- eng: bump postcss 8.5.10 → 8.5.23 in docs
- test: add missing coverage for `Option<byte[]>`, plain `Guid`, and leading-slash+fragment URLs (#464)
- test: add enum query-param tests (#462)
- test: add stream-array and HTTP-fallback tests (#460)
- test: add 9 query-construction tests (500→509) (#457)