Microsoft.OData.Core
7.4.4
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
OData .NET library is open source at https://github.com/OData/odata.net
Install-Package Microsoft.OData.Core -Version 7.4.4
dotnet add package Microsoft.OData.Core --version 7.4.4
<PackageReference Include="Microsoft.OData.Core" Version="7.4.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.OData.Core --version 7.4.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.OData.Core, 7.4.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.OData.Core as a Cake Addin
#addin nuget:?package=Microsoft.OData.Core&version=7.4.4
// Install Microsoft.OData.Core as a Cake Tool
#tool nuget:?package=Microsoft.OData.Core&version=7.4.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://odata.github.io/odata.net/v7/#ODL-7.4.4
Dependencies
-
- Microsoft.OData.Edm (= 7.4.4)
- Microsoft.Spatial (= 7.4.4)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.OData.Core:
| Package | Downloads |
|---|---|
|
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.5 and .NET Platform Standard 1.1. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
OData .NET library is open source at http://github.com/OData/odata.net
|
|
|
Microsoft.AspNet.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.
|