Microsoft.OpenApi.OData
1.2.0
See the version list below for details.
dotnet add package Microsoft.OpenApi.OData --version 1.2.0
NuGet\Install-Package Microsoft.OpenApi.OData -Version 1.2.0
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.2.0" />
paket add Microsoft.OpenApi.OData --version 1.2.0
#r "nuget: Microsoft.OpenApi.OData, 1.2.0"
// Install Microsoft.OpenApi.OData as a Cake Addin
#addin nuget:?package=Microsoft.OpenApi.OData&version=1.2.0
// Install Microsoft.OpenApi.OData as a Cake Tool
#tool nuget:?package=Microsoft.OpenApi.OData&version=1.2.0
This package contains the codes you need to convert OData CSDL to Open API Document of Model.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.OData.Edm (>= 7.14.0)
- Microsoft.OpenApi (>= 1.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Microsoft.OpenApi.OData:
Package | Downloads |
---|---|
DT-ESA.Elevate.SecureConnectors
Generates DTO classes and provides wrappers for resource access. |
|
Swashbuckle.AspNetCore.Community.OData
Provides support for Microsoft.AspNetCore.OData in Swashbuckle |
|
DT-ESA.SecureConnectors
Generates DTO classes and provides wrappers for resource access. |
|
ITP.Helpers
Helper library for ITP |
|
ITP.Persistent
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Microsoft.OpenApi.OData:
Repository | Stars |
---|---|
microsoft/OpenAPI.NET
The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.
|
|
OData/AspNetCoreOData
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
|
Version | Downloads | Last updated |
---|---|---|
1.3.0-preview4 | 0 | 3/22/2023 |
1.3.0-preview3 | 50 | 3/21/2023 |
1.3.0-preview2 | 550 | 2/28/2023 |
1.3.0-preview1 | 81 | 2/1/2023 |
1.2.0 | 4,789 | 1/20/2023 |
1.2.0-preview9 | 1,419 | 12/15/2022 |
1.2.0-preview8 | 751 | 11/17/2022 |
1.2.0-preview7 | 173 | 11/8/2022 |
1.2.0-preview6 | 628 | 11/1/2022 |
1.2.0-preview5 | 220 | 10/24/2022 |
1.2.0-preview4 | 406 | 10/6/2022 |
1.2.0-preview3 | 70 | 10/3/2022 |
1.2.0-preview2 | 99 | 9/28/2022 |
1.2.0-preview1 | 69 | 9/28/2022 |
1.1.0 | 19,527 | 9/14/2022 |
1.0.11 | 13,303 | 7/18/2022 |
1.0.11-preview5 | 344 | 7/8/2022 |
1.0.11-preview4 | 278 | 7/6/2022 |
1.0.11-preview3 | 814 | 6/22/2022 |
1.0.11-preview2 | 498 | 6/6/2022 |
1.0.11-preview1 | 92 | 5/30/2022 |
1.0.10 | 4,400 | 5/10/2022 |
1.0.10-preview3 | 937 | 3/29/2022 |
1.0.10-preview2 | 804 | 3/3/2022 |
1.0.10-preview1 | 304 | 2/25/2022 |
1.0.9 | 53,804 | 10/7/2021 |
1.0.8 | 32,141 | 5/6/2021 |
1.0.7 | 7,108 | 4/13/2021 |
1.0.6 | 18,139 | 2/11/2021 |
1.0.5 | 836 | 2/6/2021 |
1.0.4 | 31,084 | 7/21/2020 |
1.0.2 | 7,115 | 5/25/2020 |
1.0.1 | 27,409 | 10/10/2019 |
1.0.0 | 791 | 9/25/2019 |
1.0.0-beta9 | 10,234 | 8/13/2019 |
1.0.0-beta8 | 2,517 | 8/6/2019 |
1.0.0-beta7 | 5,172 | 9/24/2018 |
1.0.0-beta6 | 709 | 9/19/2018 |
1.0.0-beta5 | 713 | 9/7/2018 |
1.0.0-beta4 | 965 | 5/30/2018 |
- Use convert setting to toggle between referencing @odata.count and @odata.nextLink #282
- Fixes URL Path parameters of type datetime generated as strings with quotes #262
- Set assembly version used for conversion in OpenApiInfo object #208
- Adds create and update operations to non-containment navigation properties when restrictions annotations are explicitly set to true #265
- Generate odata.nextLink and odata.deltaLink properties on delta functions response schemas #285
- Omits paths with PathItems without any operation #148
- Expands navigation properties of derived types only if declaring navigation property is a containment #269
- Adds custom parameters to $count and ODataTypeCast paths' Get operations #207
- Adds support for configuring the default value of derived types' @odata.type property #304
- Adds OData query parameters to $count endpoints #313
- Finds all the derived types for a schema element #84
- Add support for paths with alternate keys #120, #329