SwaggerProvider 4.1.0
dotnet add package SwaggerProvider --version 4.1.0
NuGet\Install-Package SwaggerProvider -Version 4.1.0
<PackageReference Include="SwaggerProvider" Version="4.1.0" />
<PackageVersion Include="SwaggerProvider" Version="4.1.0" />
<PackageReference Include="SwaggerProvider" />
paket add SwaggerProvider --version 4.1.0
#r "nuget: SwaggerProvider, 4.1.0"
#:package SwaggerProvider@4.1.0
#addin nuget:?package=SwaggerProvider&version=4.1.0
#tool nuget:?package=SwaggerProvider&version=4.1.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. |
|
|
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.1.0 | 54 | 5/28/2026 |
| 4.0.0 | 134 | 5/16/2026 |
| 4.0.0-beta03 | 98 | 5/1/2026 |
| 4.0.0-beta01 | 116 | 4/14/2026 |
| 3.2.0 | 1,307 | 4/6/2026 |
| 3.1.0 | 491 | 3/22/2026 |
| 3.0.0 | 148 | 3/1/2026 |
| 3.0.0-beta08 | 110 | 2/26/2026 |
| 3.0.0-beta07 | 119 | 2/15/2026 |
| 3.0.0-beta06 | 114 | 2/15/2026 |
| 3.0.0-beta05 | 136 | 2/1/2026 |
| 3.0.0-beta04 | 145 | 1/3/2026 |
| 3.0.0-beta03 | 213 | 12/24/2025 |
| 3.0.0-beta02 | 212 | 12/22/2025 |
| 3.0.0-beta01 | 709 | 12/1/2025 |
| 2.3.2 | 5,199 | 10/11/2025 |
| 2.3.1 | 2,218 | 5/13/2025 |
| 2.3.0 | 316 | 5/10/2025 |
| 2.2.3 | 1,711 | 3/11/2025 |
| 2.2.2 | 1,522 | 1/23/2025 |
- fix: skip empty `Cookie` header when no cookie parameters are present (#454)
- fix: revert TypeProviders SDK to avoid `InvalidProgramException` in generated property setters
- fix: avoid duplicate quotation variables in generated parameter coercion expressions (#452)
- fix: restore unchecked field access in generated property getters/setters (#452)
- perf: reduce allocations and reflection in generated operation code (#455)
- perf: avoid redundant `allOf` emptiness checks and `Array.IndexOf` in `CallAsync` (#445)
- perf: avoid `obj[]` allocation in `getPropertyNamesAndInfos` (#444)
- perf: add `float32`/`double`/`Guid` fast-paths in `toParam`; replace `String.Format` with interpolation (#443)
- perf: replace `formatObject` array allocation and join with `StringBuilder` (#440)
- refactor: extract `compileSingleRefOrNewObject` helper for single-`$ref` schema collapse (#452)
- refactor: extract `tryResolveSingle` helper in `DefinitionCompiler` (#441)
- refactor: replace remaining `sprintf` in `DefinitionCompiler` with string interpolation (#439)
- eng: update dependencies and GitHub Actions workflows
- eng: change repo-assist schedule from daily to weekly
- test: add OperationCompiler response-type tests for component `$ref`, arrays, async streams, and non-200 2xx responses (+8 tests) (#450, #453)
- test: add request/response/path-level parameter coverage for `text/plain`, octet-stream, and inherited path parameters (+9 tests) (#452)
- test: expand enum, inheritance, composite schema, HTTP method, and runtime helper coverage (+51 tests) (#442, #444, #446, #447, #449)