SwaggerProvider 0.10.0-beta07
See the version list below for details.
dotnet add package SwaggerProvider --version 0.10.0-beta07
NuGet\Install-Package SwaggerProvider -Version 0.10.0-beta07
<PackageReference Include="SwaggerProvider" Version="0.10.0-beta07" />
<PackageVersion Include="SwaggerProvider" Version="0.10.0-beta07" />
<PackageReference Include="SwaggerProvider" />
paket add SwaggerProvider --version 0.10.0-beta07
#r "nuget: SwaggerProvider, 0.10.0-beta07"
#:package SwaggerProvider@0.10.0-beta07
#addin nuget:?package=SwaggerProvider&version=0.10.0-beta07&prerelease
#tool nuget:?package=SwaggerProvider&version=0.10.0-beta07&prerelease
F# Type Provider for Swagger
| 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 was computed. 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 | net46 is compatible. 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 (>= 4.3.4)
- Newtonsoft.Json (>= 12.0.2 && < 12.1.0)
- System.Net.Http (>= 4.3.4 && < 4.4.0)
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.0.0-beta07 | 78 | 2/15/2026 |
| 3.0.0-beta06 | 77 | 2/15/2026 |
| 3.0.0-beta05 | 90 | 2/1/2026 |
| 3.0.0-beta04 | 103 | 1/3/2026 |
| 3.0.0-beta03 | 182 | 12/24/2025 |
| 3.0.0-beta02 | 178 | 12/22/2025 |
| 3.0.0-beta01 | 673 | 12/1/2025 |
| 2.3.2 | 5,016 | 10/11/2025 |
| 2.3.1 | 1,750 | 5/13/2025 |
| 2.3.0 | 243 | 5/10/2025 |
| 2.2.3 | 1,675 | 3/11/2025 |
| 2.2.2 | 1,489 | 1/23/2025 |
| 2.2.1 | 626 | 1/16/2025 |
| 2.2.0 | 303 | 1/6/2025 |
| 2.1.3 | 7,666 | 9/8/2024 |
| 2.1.2 | 1,390 | 6/3/2024 |
| 2.1.1 | 3,152 | 4/8/2024 |
| 2.1.0 | 5,558 | 3/14/2024 |
| 2.1.0-beta1 | 202 | 3/12/2024 |
| 0.10.0-beta07 | 760 | 11/1/2019 |
- Migration to new Type Provider SDK [#88](https://github.com/fsprojects/SwaggerProvider/pull/88)
- SwaggerParser moved to runtime assembly (and exposed as API to library users) - [#90](https://github.com/fsprojects/SwaggerProvider/pull/90)
- Added runtime dependency on YamlDotNet
- Removed dependency on FSharp.Data/JsonValue (replaced by JSON.NET)
- Added full-init constructor for provided types [#91](https://github.com/fsprojects/SwaggerProvider/pull/91)
- Option/Nullable types for not required properties [#93](https://github.com/fsprojects/SwaggerProvider/pull/93)
- `Http.fs` is moved to `SwaggerProvider.Runtime.dll` and `nicePascalName` applied to provided types, because FSI cannot load types with special characters in name (like `[` and `]`) - fix for [#94](https://github.com/fsprojects/SwaggerProvider/issues/94)
- Provide namespaces as nested types [#96](https://github.com/fsprojects/SwaggerProvider/issues/96)
- Added ability to generate multiple clients (one per controller) This feature is turned off by default and is controlled by `IgnoreControllerPrefix` parameter [#45](https://github.com/fsprojects/SwaggerProvider/issues/45#issuecomment-240554229)
- Supported parsing of schemas with inheritance in types defined inside operation parameters
- Added Async & Task-based calls for the Operations [#21](https://github.com/fsprojects/SwaggerProvider/issues/21)
- Do not reference design-time assembly when install from nuget [#104](https://github.com/fsprojects/SwaggerProvider/pull/104)
- Migration to `HttpClient`-based communication [#105](https://github.com/fsprojects/SwaggerProvider/pull/105)
- TP SDK update - [#125](https://github.com/fsprojects/SwaggerProvider/pull/125)
- Fixed null reference in query params [#126](https://github.com/fsprojects/SwaggerProvider/issues/126)
- HttpClient is used for all calls [#100](https://github.com/fsprojects/SwaggerProvider/issues/100)
- OpenApiClientProvider [#117](https://github.com/fsprojects/SwaggerProvider/pull/117)