Microsoft.OData.Client 6.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.OData.Client --version 6.0.0
                    
NuGet\Install-Package Microsoft.OData.Client -Version 6.0.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.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.OData.Client" Version="6.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.OData.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.OData.Client --version 6.0.0
                    
#r "nuget: Microsoft.OData.Client, 6.0.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.
#:package Microsoft.OData.Client@6.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.OData.Client&version=6.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.OData.Client&version=6.0.0
                    
Install as a Cake Tool

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, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

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. 
Silverlight sl4 is compatible.  sl5 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (16)

Showing the top 16 popular GitHub repositories that depend on Microsoft.OData.Client:

Repository Stars
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
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
telerik/xaml-sdk
The XAML SDK is an easy-to-use infrastructure with 1000+ developer focused examples for most of the Telerik UI for WPF controls.
6bee/Remote.Linq
Simply LINQ your remote resources...
microsoft/Dynamics-AX-Integration
Dynamics AX Integration samples and demos.
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
zLulus/NotePractice
My_Note 笔记练习demo
hougaard/Youtube-Video-Sources
All the source code from my Youtube videos
znlgis/sod
PDF.NET 的追求:代码的精简,开发、维护的简单与极致的运行效率!
voronov-maxim/OdataToEntity
OData .net core
telerik/kendo-ui-demos-service
Back-end service used for the Kendo UI Online Demos
microsoft/Vipr
Client Library Generation Toolkit
Version Downloads Last Updated
6.14.0 524 12/15/2015
6.14.0-rc2 198 12/2/2015
6.14.0-rc 223 10/30/2015
6.14.0-beta 111 10/16/2015
6.13.0 14,000 7/22/2015
6.13.0-rc 113 7/14/2015
6.13.0-beta 146 6/19/2015
6.12.0 6,580 5/22/2015
6.12.0-beta 136 5/15/2015
6.11.0 19,581 3/30/2015
6.10.0 5,856 2/6/2015
6.9.0 5,265 12/10/2014
6.8.1 17,112 10/20/2014
6.8.0 1,177 9/23/2014
6.7.0 1,897 8/29/2014
6.6.0 3,645 7/31/2014
6.5.0 3,008 6/30/2014
6.4.0 1,050 5/30/2014
6.3.0 1,917 4/28/2014
6.2.0 918 4/1/2014
6.1.0 372 3/4/2014
6.0.0 527 1/27/2014
6.0.0-beta1 289 12/9/2013
6.0.0-alpha2 144 11/7/2013
6.0.0-alpha1 138 10/4/2013

This release is the first version of the rebranded OData Client for .NET. Previously this library was known as the WCF Data Services client. The client has been rebranded to better reflect the functionality of the client. This version of the client includes the support described below for consuming OData v4 services.

What is in the release?

•        Feature Parity
This release supports the same set of features that were supported in version 5.6.0 of the WCF Data Services Client. This release supports OData v4 only and is not backwards compatible with OData versions 1-3.

•        Customizable code gen via T4 template
This generation of the client has support for code generation using a customizable, parameterized T4 template rather than the previous code gen experience that was not customizable.

•        Enum support
The client now has support for code generation of enum values and properties.

•        Singleton support
The client now has support for code generation of singleton values. You can now compose a LINQ query using singleton values.

•        Containment support
The client now has support for contained values.

•        JSON format as default
The JSON format is now the default format requested by the client.

Known Limitations
• This release of the OData client targets functional equivalence with the 5.6.0 release as well as support for a few new features. This means that there are many new OData v4 features that are not supported yet in the client.
• Although the OData client is capable of serializing the OData v4 Atom format, this functionality is not officially supported since the Atom specification has not yet made it to the CS02 stage.