Microsoft.OData.Client 6.9.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.OData.Client --version 6.9.0
NuGet\Install-Package Microsoft.OData.Client -Version 6.9.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="Microsoft.OData.Client" Version="6.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.OData.Client --version 6.9.0
#r "nuget: Microsoft.OData.Client, 6.9.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.
// Install Microsoft.OData.Client as a Cake Addin
#addin nuget:?package=Microsoft.OData.Client&version=6.9.0

// Install Microsoft.OData.Client as a Cake Tool
#tool nuget:?package=Microsoft.OData.Client&version=6.9.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/

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (12)

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/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
telerik/xaml-sdk
The XAML SDK is an easy-to-use infrastructure with 1000+ developer focused examples for most of the Telerik WPF and Silverlight controls.
Version Downloads Last updated
7.5.1 32 9/17/2018
6.16.0 37 4/3/2017
6.11.0 10,731 3/30/2015
6.10.0 4,196 2/6/2015
6.9.0 3,744 12/10/2014
6.8.1 12,161 10/20/2014
6.8.0 1,059 9/23/2014
6.7.0 1,587 8/29/2014
6.6.0 3,540 7/31/2014
6.5.0 2,700 6/30/2014
6.4.0 496 5/30/2014
6.3.0 1,288 4/28/2014
6.2.0 415 4/1/2014
6.1.0 89 3/4/2014
6.0.0 221 1/27/2014
6.0.0-beta1 104 12/9/2013
6.0.0-alpha2 59 11/7/2013
6.0.0-alpha1 72 10/4/2013

New Features:
   1. [GitHub issue #7, #24, #25]  
       • ODataUriParser now can parse the complex value, entity, entity reference and a collection of them as function parameter alias.
       • OData Client for .NET now supports function taking complex values, entity, entity reference and collection of them as parameter.
   2. [GitHub issue #33] ODataLib now supports custom payload format, including:
       • Support resolving custom media types for request and response messages
       • Support reading  and writing following kinds of payload in custom payload format:
           - Feed
           - Entry
           - Property
           - Collection
           - Parameter
           - Error

Improvements:
   1. [GitHub issue #12] OData Client for .NET supports using DELETE http method in DataServiceContext.Execute method.

Bug Fixes:
   1. [GitHub issue #2] Fix a bug that model validation fails when complex type is marked as abstract in Edm model.
   2. [GitHub issue #15] Fix a bug that ODataQueryOptionParser doesn't work on case insensitive query option if OData Uri resolver enables case insensitive
   3. [GitHub issue #20] Fix a bug that client does not annotate the derived complex value in a collection with odata.type annotation.