Metadata >> NuGet >> Microsoft.OData.Client

Microsoft.OData.Client

Metadata

Authors Microsoft Corporation
Description 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 http://github.com/OData/odata.net
IconUrl http://static.tumblr.com/hgchgxz/9ualgdf98/icon.png
LicenseUrl http://go.microsoft.com/?linkid=9809688
Owners Microsoft Corporation
ProjectUrl http://odata.github.io/
RequireLicenseAcceptance True
Tags wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices
Dependencies Microsoft.OData.Core:[6.13.0]
Title OData Client for .NET
PackageSize 2837546
PackageHashAlgorithm SHA512
PackageHash wxHvdgMIj7rJ1HooFkF08nj/DJgFzH5cY+M0rNlvHqAHfTtZ6ve6lXAefmIg5QlsM+o2bNey0fWDeKjuu/5kOw==
DownloadCount 000000
CreatedDate 2015-07-22T05:40:03
ReleaseNotes 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.
Summary LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only.

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.OData.Client -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.OData.Client -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Microsoft.OData.Client
Installing the package (HTTP Basic authentication):
Install-Package Microsoft.OData.Client -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.OData.Client -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Microsoft.OData.Client

OpenWrap

Installing the package:
o add-wrap Microsoft.OData.Client
Uninstalling the package:
o remove-wrap Microsoft.OData.Client

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
6.13.0
6.13.0-rc
6.13.0-beta
6.12.0
6.11.0
6.10.0
6.9.0
6.8.1
6.8.0
6.7.0
6.6.0
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
6.0.0-beta1
6.0.0-alpha2