Metadata >> NuGet >> Microsoft.OData.Core >> 6.4.0

6.4.0

Metadata

Authors Microsoft Corporation
Description Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, 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 New Features • ODataLib supports write & read async headers & payload. • OData Client supports model reference. • OData Client supports using enum in query options & operation parameter. • Improves the API of OData client for server-side paging support. Sample: NorthwindEntities ctx = new NorthwindEntities( new Uri(@"http://services.odata.org/V4/Northwind/Northwind.svc/")); var customers = ctx.Customers.GetAllPages(); // automatically get all pages of the Customers entity set foreach (var customer in customers) { Console.WriteLine(customer.CustomerID); } • ODataUriParser supports more type for ‘cast’ in $filter. • OData Client supports new async API in .NET 4.0 format. Sample: var customers = await ctx.Customers.ExecuteAsync(); Bug Fixs • Fix a bug for top level dynamic property payload don’t have @odata.type annotation. • Fix a bug for Core annotation is not written in full namespace. For example term value will be “Org.OData.Core.V1.Description” instead of “Core.Description”.
RequireLicenseAcceptance True
Summary Classes to serialize, deserialize and validate 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.Spatial:[6.4.0]|Microsoft.OData.Edm:[6.4.0]
Title ODataLib
PackageSize 3274561
PackageHashAlgorithm SHA512
PackageHash eZlkZ4/4PDUJfJR+Eo9riO8/wbkRfb6otNec2lj2uzvCC+VeppXR0a93Xr/KxjlPepnwXRr1K2yK734ygI94bg==
DownloadCount 000000
CreatedDate 2014-05-30T03:21:12

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.Core -Version 6.4.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.OData.Core -Version 6.4.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.Core 6.4.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

Installing the package:
o add-wrap Microsoft.OData.Core -Version 6.4.0
Uninstalling the package:
o remove-wrap Microsoft.OData.Core

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 .NETPortable,Version=v0.0,Profile=net40+sl5+wp8+win8 Binaries