Microsoft.Data.Edm 5.0.2-rc

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

// Install Microsoft.Data.Edm as a Cake Tool
#tool nuget:?package=Microsoft.Data.Edm&version=5.0.2-rc&prerelease

Classes to represent, construct, parse, serialize and validate entity data models. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4 is compatible.  sl5 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (108)

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

Repository Stars
duplicati/duplicati
Store securely encrypted backups in the cloud!
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
Glimpse/Glimpse
The open source diagnostics platform for the web
Squidex/squidex
Headless CMS and Content Managment Hub
Version Downloads Last updated
5.6.4 284,073 3/30/2015
5.6.3 313,175 10/21/2014
5.6.2 609,268 8/1/2014
5.6.1 220,189 2/25/2014
5.6.0 619,055 8/16/2013
5.6.0-rc1 3,125 7/30/2013
5.6.0-alpha1 3,059 6/28/2013
5.5.0 68,565 5/30/2013
5.5.0-rc1 3,045 5/14/2013
5.5.0-alpha2 3,231 4/26/2013
5.5.0-alpha1 2,971 4/9/2013
5.4.0 54,871 4/2/2013
5.4.0-rc1 2,958 3/19/2013
5.3.0 53,869 2/18/2013
5.3.0-rc1 3,007 1/31/2013
5.2.0 535,350 12/17/2012
5.2.0-rc1 4,366 12/3/2012
5.1.0 3,479 11/7/2012
5.1.0-rc2 2,892 9/21/2012
5.1.0-rc1 309 7/11/2012
5.0.2 15,050 8/29/2012
5.0.2-rc 214 8/15/2012
5.0.1 4,827 5/18/2012
5.0.1-rc 170 5/8/2012
5.0.0.50403 1,485 4/11/2012

• Fixes NuGet packages to have explicit version dependencies
• Fixes a bug where WCF Data Services client binaries did not work correctly on Silverlight hosted in Chrome
• Fixes a bug where WCF Data Services client did not send the correct DataServiceVersion header when following a nextlink
• Allows "True" and "False" to be recognized boolean values in ATOM (note that this is more relaxed than the OData spec, but there were known cases where servers were serializing "True" and "False")
• Fixes a bug where EdmLib would fail validation for attribute names that are not SimpleIdentifiers
• Fixes a bug where nullable action parameters were still required to be in the payload
• Fixes a bug where the FeedAtomMetadata annotation wasn't being attached to the feed even when EnableAtomMetadataReading was set to true
• Fixes a bug where projections involving more than eight columns would fail if the EF Oracle provider was being used
• Fixes a bug where a DateTimeOffset could not be materialized from a v2 JSON Verbose value
• Fixes a race condition in the WCF Data Services server bits when using reflection to get property values
• Fixes an error message that wasn't getting localized correctly
• Fixes a bug where the message quotas set in the client and server were not being propagated to ODataLib