Swashbuckle.OData
3.5.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Swashbuckle.OData --version 3.5.0
NuGet\Install-Package Swashbuckle.OData -Version 3.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="Swashbuckle.OData" Version="3.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Swashbuckle.OData" Version="3.5.0" />
<PackageReference Include="Swashbuckle.OData" />
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 Swashbuckle.OData --version 3.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Swashbuckle.OData, 3.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 Swashbuckle.OData@3.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=Swashbuckle.OData&version=3.5.0
#tool nuget:?package=Swashbuckle.OData&version=3.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. 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.
-
.NETFramework 4.5.2
- Microsoft.AspNet.OData (>= 6.0.0)
- Microsoft.AspNet.WebApi.Client (< 6.0.0)
- Microsoft.AspNet.WebApi.Core (< 6.0.0)
- Microsoft.Extensions.DependencyInjection (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.OData.Core (>= 7.0.0)
- Microsoft.OData.Edm (>= 7.0.0)
- Microsoft.Spatial (>= 7.0.0)
- Newtonsoft.Json (>= 6.0.4)
- Swashbuckle.Core (>= 5.5.2 && < 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-beta2 | 40,623 | 9/18/2017 |
| 4.0.0-beta1 | 1,730 | 6/7/2017 |
| 3.5.0 | 544,091 | 11/11/2017 |
| 3.4.1 | 3,344 | 11/11/2017 |
| 3.4.0 | 179,963 | 6/1/2017 |
| 3.3.0 | 16,157 | 4/28/2017 |
| 3.2.1 | 7,818 | 4/24/2017 |
| 3.2.0 | 15,806 | 3/15/2017 |
| 3.1.0 | 5,367 | 3/2/2017 |
| 3.0.0 | 29,040 | 10/31/2016 |
| 2.19.0 | 34,384 | 10/17/2016 |
| 2.18.8 | 5,422 | 10/6/2016 |
| 2.18.7 | 5,907 | 10/6/2016 |
| 2.18.6 | 7,464 | 9/26/2016 |
| 2.18.4 | 8,966 | 9/1/2016 |
| 2.18.3 | 70,791 | 6/8/2016 |
| 2.18.2 | 5,555 | 5/24/2016 |
| 2.18.1 | 8,414 | 5/20/2016 |
| 2.18.0 | 38,731 | 3/29/2016 |
Loading failed
Fixes #168, #174. Provides ability to configure a custom property resolver (see https://github.com/rbeauchamp/Swashbuckle.OData/pull/176)