Metadata >> NuGet >> Microsoft.OData.Client >> 6.7.0

6.7.0

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://odata.codeplex.com
IconUrl http://static.tumblr.com/hgchgxz/9ualgdf98/icon.png
LicenseUrl http://go.microsoft.com/?linkid=9809688
Owners Microsoft Corporation
ProjectUrl http://go.microsoft.com/fwlink/?LinkId=220868
ReleaseNotes Features: 1. EdmLib supports a list of additional core vocabulary terms - IsLanguageDependent - RequiresType - ResourcePath - DereferenceableIDs - ConventionalIDs - Immutable - Computed - IsURL - AcceptableMediaTypes - MediaType - IsMediaType 2. EdmLib supports adding metadata annotations to elements in Edm model. 3. ODataLib supports computing Uri with KeyAsSegment convention for deserializing. 4. ODataUriParser supports Enum value as an entity key 5. ODataLib supports overriding default Uri parsing behavior, including: - Resolving property name - Resolving type name - Resolving navigation source name - Resolving operation import name - Resolving bound operation name - Resolving function parameters - Resolving entity set key - Resolving binary operator node elements We have also provided built-in implementations to enable following scenarios: 1) Case insensitive for built in identifiers, including: • In path segment $batch, $metadata, $count, $ref, $value • In query options $id, $select, $expand(including nested query options), $levels, $filter, $orderby, $skip, $top, $count, $search, max, asc, desc, any, all, contains, startswith, endswith, length, indexof, substring, tolower, toupper, trim, concat, year, month, day, hour, minute, second, fractionalseconds, totalseconds, totaloffsetminutes, mindatetime maxdatetime, now, and, or, eq, ne, lt, le, gt, ge, has, add, sub, mul, div, mod, not, round, floor, ceiling, isof, cast, geo.distance, geo.length, geo.intersects • $it, true, false, null, are not supported and should be case sensitive • AND, OR, NOT for $search are not supported and should be case sensitive 2) Case insensitive for user metadata, including : • EntitySet/Singleton Name • EntitySet key predicate name • Property Name • Type Name • FunctionImport name/parameter name • ActionImport name • Bound function name/parameter name • Bound action name 3) Unqualified function call, including: • Bound function call without namespace prefix • Bound action call without namespace prefix 4) Omitting Enum type name prefix for Enum value, including: • Omitting Enum type prefix in binary operator • Omitting Enum type prefix in entity set key value • Omitting Enum type prefix in function parameter Bug fixes: 1. Fixes a bug that DataServiceCollection<T> constructor runs into stack overflow when parameter T derives from a generic type of T. 2. Fixes a bug that Edm validator doesn't correctly report error when the Edm model contains dupped key properties.
RequireLicenseAcceptance True
Summary LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only.
Tags wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices
Dependencies Microsoft.OData.Core:[6.7.0]
Title OData Client for .NET
PackageSize 2726769
PackageHashAlgorithm SHA512
PackageHash 4FVV6DKkiiJWsdw/TmKYuccA3Xdu81L8UhEppzZOLkplQEoZE7e3gp6CFeD/6baMFdf35HwcR1zqeMudlB57gg==
DownloadCount 000000
CreatedDate 2014-08-29T10:29:22

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.OData.Client -Version 6.7.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.OData.Client -Version 6.7.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Microsoft.OData.Client 6.7.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

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

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETPortable,Version=v0.0,Profile=net45+wp8+win8+wpa Binaries