Microsoft.OData.Client
6.11.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://odata.codeplex.com/
See the version list below for details.
Install-Package Microsoft.OData.Client -Version 6.11.0
dotnet add package Microsoft.OData.Client --version 6.11.0
<PackageReference Include="Microsoft.OData.Client" Version="6.11.0" />
paket add Microsoft.OData.Client --version 6.11.0
#r "nuget: Microsoft.OData.Client, 6.11.0"
// Install Microsoft.OData.Client as a Cake Addin
#addin nuget:?package=Microsoft.OData.Client&version=6.11.0
// Install Microsoft.OData.Client as a Cake Tool
#tool nuget:?package=Microsoft.OData.Client&version=6.11.0
Release Notes
Features:
[GitHub issue #23] ODataLib now supports parsing URI path template.
[GitHub issue #71] EdmLib now supports adding vocabulary annotations to EdmEnumMember.
[GitHub issue #80] OData client for .NET now supports abstract entity type without key.
[GitHub issue #85] ODataLib now supports additional preference headers: odata.track-changes, odata.maxpagesize and odata.continue-on-error.
[GitHub issue #87] ODataLib now supports setting filter query option in ExpandedNavigationSelectItem.
[GitHub issue #94] ODataLib now supports $levels in ODataUriBuilder.
[Github issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared primitive, collection and complex property value.
Bugs fixes:
[GitHub issue #93] Fix a bug that DataServiceContext.CreateFunctionQuery should set isComposable property of DataServiceOrderedQuery.
[GitHub issue #95] Fix a bug that OData client for .NET does not support composing a query operation onto a composable function.
Improvements:
[GitHub issue #101] Improve the performance of DataServiceContext.SaveChanges when the entities are tracked by a DataServiceCollection.
Dependencies
-
- Microsoft.OData.Core (= 6.11.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.OData.Client:
| Package | Downloads |
|---|---|
|
Microsoft.Office365.SharePoint
.NET Client Library for Office 365 My Files API.
Learn more about how to use this library @ http://aka.ms/ClientLibraries.
|
|
|
Microsoft.OData.ProxyExtensions
.NET helper classes for developing OData service Client Libraries.
Learn more about how to use this library @ https://github.com/Microsoft/Vipr/.
|