Microsoft.OData.Edm 6.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.OData.Edm --version 6.0.0
NuGet\Install-Package Microsoft.OData.Edm -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.Edm" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.OData.Edm --version 6.0.0
#r "nuget: Microsoft.OData.Edm, 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.
// Install Microsoft.OData.Edm as a Cake Addin
#addin nuget:?package=Microsoft.OData.Edm&version=6.0.0

// Install Microsoft.OData.Edm as a Cake Tool
#tool nuget:?package=Microsoft.OData.Edm&version=6.0.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, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (31)

Showing the top 5 popular GitHub repositories that depend on Microsoft.OData.Edm:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
microsoft/OpenAPI.NET
The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.
OfficeDev/TrainingContent
Training Content used for developer.microsoft.com/office
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
Version Downloads Last updated
7.5.1 6 9/5/2018
6.16.0 40 4/3/2017
6.11.0 27,674 3/30/2015
6.10.0 21,149 2/6/2015
6.9.0 17,884 12/10/2014
6.8.1 23,566 10/20/2014
6.8.0 5,291 9/23/2014
6.7.0 4,606 8/29/2014
6.6.0 5,033 7/31/2014
6.5.0 21,878 6/30/2014
6.4.0 10,733 5/30/2014
6.3.0 1,723 4/28/2014
6.2.0 446 4/1/2014
6.1.0 118 3/4/2014
6.0.0 409 1/27/2014
6.0.0-beta1 197 12/9/2013
6.0.0-alpha2 64 11/7/2013
6.0.0-alpha1 60 10/4/2013

This release includes the core .NET libraries described below for implementing OData clients and services that comply with the Committee Specification 02 of the OASIS OData V4 Specification (http://docs.oasis-open.org/odata/odata/v4.0/cs02/part1-protocol/odata-v4.0-cs02-part1-protocol.doc). The libraries support the OData V4 JSON (http://docs.oasis-open.org/odata/odata-json-format/v4.0/cs02/odata-json-format-v4.0-cs02.doc) format; the Atom format is not supported in this release.

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 OData core libraries. This release supports OData v4 only and is not backwards compatible with OData versions 1-3.

•        Enum support
The core libraries now have support for serializing and deserializing enum values in JSON payloads. The URI parser is able to parse enum values and operations including ‘has’.

•        Singleton support
The core libraries now have support for serializing and deserializing singleton values in JSON payloads. The URI parser is now able to parse singletons in paths.

•        Containment support
The core libraries now have support for serializing and deserializing contained values in JSON payloads. The URI parser is now able to parse contained paths.

•        Function Support
The URI parser is now able to parse functions and function parameters in URLs.

•        OData v4 compatibility
The JSON format, $metadata format and URI parser have all been updated to support OData v4.

Known Limitations
* This release of the OData core libraries 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 core libraries.
• Although the OData core libraries are 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.