SwaggerProvider 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SwaggerProvider --version 0.5.0
                    
NuGet\Install-Package SwaggerProvider -Version 0.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SwaggerProvider" Version="0.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SwaggerProvider" Version="0.5.0" />
                    
Directory.Packages.props
<PackageReference Include="SwaggerProvider" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SwaggerProvider --version 0.5.0
                    
#r "nuget: SwaggerProvider, 0.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SwaggerProvider@0.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SwaggerProvider&version=0.5.0
                    
Install as a Cake Addin
#tool nuget:?package=SwaggerProvider&version=0.5.0
                    
Install as a Cake Tool

F# Type Provider for Swagger

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.0 345 5/28/2026
4.0.0 479 5/16/2026
4.0.0-beta03 107 5/1/2026
4.0.0-beta01 124 4/14/2026
3.2.0 2,032 4/6/2026
3.1.0 499 3/22/2026
3.0.0 159 3/1/2026
3.0.0-beta08 120 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 221 12/22/2025
3.0.0-beta01 717 12/1/2025
2.3.2 5,316 10/11/2025
2.3.1 2,348 5/13/2025
2.3.0 327 5/10/2025
2.2.3 1,724 3/11/2025
0.5.0 1,826 4/19/2016
Loading failed

- BREAKING CHANGE: Instance methods for provided operations with configurable `Host`, `Headers` and `modifiable web requests`
- Configurable operation name (`IgnoreOperationId` parameter)
- Support of unordered type definitions in schema (for Azure APIs)
- Allow for custom headers per-request [#22](https://github.com/fsprojects/SwaggerProvider/issues/22)
- Migration to `FsUnitTyped` + better testing