SwaggerProvider 4.0.0-beta03
dotnet add package SwaggerProvider --version 4.0.0-beta03
NuGet\Install-Package SwaggerProvider -Version 4.0.0-beta03
<PackageReference Include="SwaggerProvider" Version="4.0.0-beta03" />
<PackageVersion Include="SwaggerProvider" Version="4.0.0-beta03" />
<PackageReference Include="SwaggerProvider" />
paket add SwaggerProvider --version 4.0.0-beta03
#r "nuget: SwaggerProvider, 4.0.0-beta03"
#:package SwaggerProvider@4.0.0-beta03
#addin nuget:?package=SwaggerProvider&version=4.0.0-beta03&prerelease
#tool nuget:?package=SwaggerProvider&version=4.0.0-beta03&prerelease
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 |
|---|---|---|
| 4.0.0-beta03 | 21 | 5/1/2026 |
| 4.0.0-beta01 | 95 | 4/14/2026 |
| 3.2.0 | 641 | 4/6/2026 |
| 3.1.0 | 470 | 3/22/2026 |
| 3.0.0 | 137 | 3/1/2026 |
| 3.0.0-beta08 | 95 | 2/26/2026 |
| 3.0.0-beta07 | 103 | 2/15/2026 |
| 3.0.0-beta06 | 101 | 2/15/2026 |
| 3.0.0-beta05 | 122 | 2/1/2026 |
| 3.0.0-beta04 | 126 | 1/3/2026 |
| 3.0.0-beta03 | 201 | 12/24/2025 |
| 3.0.0-beta02 | 201 | 12/22/2025 |
| 3.0.0-beta01 | 696 | 12/1/2025 |
| 2.3.2 | 5,149 | 10/11/2025 |
| 2.3.1 | 2,056 | 5/13/2025 |
| 2.3.0 | 269 | 5/10/2025 |
| 2.2.3 | 1,699 | 3/11/2025 |
| 2.2.2 | 1,511 | 1/23/2025 |
| 2.2.1 | 649 | 1/16/2025 |
| 2.2.0 | 323 | 1/6/2025 |
- fix: handle `DateOnly` in `toParam` and `toQueryParams` for correct serialization (#393)
- fix: use `toParam` in `toFormUrlEncodedContent`/`toMultipartFormDataContent` for correct date/time serialization (#395)
- feat: add `TimeOnly` support — `format: time` maps to `System.TimeOnly` when `UseDateOnly=true` (#394)
- feat: generate CLI enum types for top-level named enum schemas (#409)
- improve: surface allowed enum values in generated XmlDoc for operation parameters (#398)
- perf: avoid `FSharpValue.GetUnionFields` in `toParam` via cached tag reader (#399)
- perf: eliminate redundant `GetType()` calls in `toParam` (#410)
- perf: cache `DateOnly`/`TimeOnly` type lookups in `DefinitionCompiler` (#412)
- perf: cache `HttpMethod` lookups in `createHttpRequest`; extract `XmlDoc.combineDescAndEnum` helper (#415)
- refactor: extract `fetchUrlContent` helper to eliminate HTTP fetch duplication (#406)
- eng: bump Microsoft.OpenApi and YamlReader 2.7.2 → 2.7.3 (#396)
- eng: add NuGet ecosystem to Dependabot to track dotnet global tools (#407)
- eng: update global.json SDK from 10.0.102 to 10.0.201 (#414)
- test: extend DateOnly/TimeOnly type-mapping coverage (+7 tests) (#397)
- ci: bump actions/checkout 4→6, actions/upload-pages-artifact 3→5