Microsoft.OData.Client
6.12.0
See the version list below for details.
dotnet add package Microsoft.OData.Client --version 6.12.0
NuGet\Install-Package Microsoft.OData.Client -Version 6.12.0
<PackageReference Include="Microsoft.OData.Client" Version="6.12.0" />
paket add Microsoft.OData.Client --version 6.12.0
#r "nuget: Microsoft.OData.Client, 6.12.0"
// Install Microsoft.OData.Client as a Cake Addin #addin nuget:?package=Microsoft.OData.Client&version=6.12.0 // Install Microsoft.OData.Client as a Cake Tool #tool nuget:?package=Microsoft.OData.Client&version=6.12.0
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .NET Portable Lib with support for .NET 4.5, Win Phone 8, Win Phone 8.1, and Win 8. 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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
Silverlight | sl4 is compatible. sl5 was computed. |
-
- Microsoft.OData.Core (= 6.12.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on Microsoft.OData.Client:
Repository | Stars |
---|---|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
|
|
OfficeDev/TrainingContent
Training Content used for developer.microsoft.com/office
|
|
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
|
|
OData/odata.net
ODataLib: Open Data Protocol - .NET Libraries and Frameworks
|
Version | Downloads | Last updated |
---|---|---|
6.14.0 | 522 | 12/15/2015 |
6.14.0-rc2 | 197 | 12/2/2015 |
6.14.0-rc | 221 | 10/30/2015 |
6.14.0-beta | 109 | 10/16/2015 |
6.13.0 | 13,998 | 7/22/2015 |
6.13.0-rc | 112 | 7/14/2015 |
6.13.0-beta | 144 | 6/19/2015 |
6.12.0 | 6,579 | 5/22/2015 |
6.12.0-beta | 134 | 5/15/2015 |
6.11.0 | 19,579 | 3/30/2015 |
6.10.0 | 5,854 | 2/6/2015 |
6.9.0 | 5,263 | 12/10/2014 |
6.8.1 | 17,110 | 10/20/2014 |
6.8.0 | 1,175 | 9/23/2014 |
6.7.0 | 1,896 | 8/29/2014 |
6.6.0 | 3,644 | 7/31/2014 |
6.5.0 | 3,007 | 6/30/2014 |
6.4.0 | 1,049 | 5/30/2014 |
6.3.0 | 1,916 | 4/28/2014 |
6.2.0 | 917 | 4/1/2014 |
6.1.0 | 370 | 3/4/2014 |
6.0.0 | 526 | 1/27/2014 |
6.0.0-beta1 | 287 | 12/9/2013 |
6.0.0-alpha2 | 142 | 11/7/2013 |
6.0.0-alpha1 | 137 | 10/4/2013 |
Features:
[GitHub Issue #86] [Pull request #141 & #142 by Jeff Wight] ODataUriParser now supports parsing $skiptoken & $deltatoken query options in ODataUri.
[GitHub Issue #97] [Pull request #184 by OData team] ODataLib/EdmLib/Spatial now supports .Net Core.
[GitHub Issue #108] [Pull request #139 by Shahzor Khan] ODataLib now supports overriding primitive type payload format during serialization/deserialization.
[GitHub Issue #143] [Pull request #161 by Adam Caviness] OData client for .Net now supports adding undeclared dynamic properties to ODataEntry.
[GitHub Issue #158] [Pull request #170 by OData team]Client now supports turning on/off instance annotation materialization.
Bug Fixes:
[GitHub Issue #107] Fix a NullReferenceException in DataServiceCollection in OData client for .Net.
[GitHub Issue #154] Fix the bug that ODataUriParser doesn’t support passing integral literal to function parameter of type Edm.Byte, Edm.SByte and Edm.Int16.
Improvements:
[GitHub Issue #157] [Pull request #169 by OData team] Improve the performance of OData client for .Net when client CLR type using OriginalNameAttribute.