Microsoft.OData.Edm
6.11.0
Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4 only. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, 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/
See the version list below for details.
Install-Package Microsoft.OData.Edm -Version 6.11.0
dotnet add package Microsoft.OData.Edm --version 6.11.0
<PackageReference Include="Microsoft.OData.Edm" Version="6.11.0" />
paket add Microsoft.OData.Edm --version 6.11.0
#r "nuget: Microsoft.OData.Edm, 6.11.0"
// Install Microsoft.OData.Edm as a Cake Addin
#addin nuget:?package=Microsoft.OData.Edm&version=6.11.0
// Install Microsoft.OData.Edm as a Cake Tool
#tool nuget:?package=Microsoft.OData.Edm&version=6.11.0
Release Notes
Features:
[GitHub issue #23] ODataLib now supports parsing URI path template.
[GitHub issue #71] EdmLib now supports adding vocabulary annotations to EdmEnumMember.
[GitHub issue #80] OData client for .NET now supports abstract entity type without key.
[GitHub issue #85] ODataLib now supports additional preference headers: odata.track-changes, odata.maxpagesize and odata.continue-on-error.
[GitHub issue #87] ODataLib now supports setting filter query option in ExpandedNavigationSelectItem.
[GitHub issue #94] ODataLib now supports $levels in ODataUriBuilder.
[Github issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared primitive, collection and complex property value.
Bugs fixes:
[GitHub issue #93] Fix a bug that DataServiceContext.CreateFunctionQuery should set isComposable property of DataServiceOrderedQuery.
[GitHub issue #95] Fix a bug that OData client for .NET does not support composing a query operation onto a composable function.
Improvements:
[GitHub issue #101] Improve the performance of DataServiceContext.SaveChanges when the entities are tracked by a DataServiceCollection.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.OData.Edm:
| Package | Downloads |
|---|---|
|
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. 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
|