Microsoft.Data.Edm
5.5.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Data.Edm --version 5.5.0
NuGet\Install-Package Microsoft.Data.Edm -Version 5.5.0
<PackageReference Include="Microsoft.Data.Edm" Version="5.5.0" />
<PackageVersion Include="Microsoft.Data.Edm" Version="5.5.0" />
<PackageReference Include="Microsoft.Data.Edm" />
paket add Microsoft.Data.Edm --version 5.5.0
#r "nuget: Microsoft.Data.Edm, 5.5.0"
#addin nuget:?package=Microsoft.Data.Edm&version=5.5.0
#tool nuget:?package=Microsoft.Data.Edm&version=5.5.0
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 | Versions 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. |
This package has no dependencies.
GitHub repositories (106)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Data.Edm:
Repository | Stars |
---|---|
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.
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
zkavtaskin/Domain-Driven-Design-Example
Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.
|
|
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
|
|
Azure/durabletask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
|
|
JabbR/JabbR
Collaborative chat done right
|
|
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
|
|
pnp/PnP-PowerShell
SharePoint PnP PowerShell CmdLets
|
|
OfficeDev/TrainingContent
Training Content used for developer.microsoft.com/office
|
|
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
|
|
sjkp/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
|
|
xamarinhq/app-conference
Pre-build conference application built with Xamarin
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
NuGet/NuGet.Server
NuGet Server is a lightweight standalone NuGet server
|
|
microsoft/uwp-experiences
Universal Windows Platform (UWP) samples and showcases
|
|
maartenba/MvcSiteMapProvider
An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
|
|
pnp/PnP-Tools
Scripts and tools for Office 365 and SharePoint - More for IT Pro's
|
Version | Downloads | Last updated |
---|---|---|
5.6.4 | 284,075 | 3/30/2015 |
5.6.3 | 313,176 | 10/21/2014 |
5.6.2 | 609,270 | 8/1/2014 |
5.6.1 | 220,191 | 2/25/2014 |
5.6.0 | 619,059 | 8/16/2013 |
5.6.0-rc1 | 3,126 | 7/30/2013 |
5.6.0-alpha1 | 3,063 | 6/28/2013 |
5.5.0 | 68,567 | 5/30/2013 |
5.5.0-rc1 | 3,046 | 5/14/2013 |
5.5.0-alpha2 | 3,233 | 4/26/2013 |
5.5.0-alpha1 | 2,973 | 4/9/2013 |
5.4.0 | 54,873 | 4/2/2013 |
5.4.0-rc1 | 2,959 | 3/19/2013 |
5.3.0 | 53,871 | 2/18/2013 |
5.3.0-rc1 | 3,009 | 1/31/2013 |
5.2.0 | 535,352 | 12/17/2012 |
5.2.0-rc1 | 4,368 | 12/3/2012 |
5.1.0 | 3,481 | 11/7/2012 |
5.1.0-rc2 | 2,894 | 9/21/2012 |
5.1.0-rc1 | 311 | 7/11/2012 |
5.0.2 | 15,052 | 8/29/2012 |
5.0.2-rc | 216 | 8/15/2012 |
5.0.1 | 4,829 | 5/18/2012 |
5.0.1-rc | 172 | 5/8/2012 |
5.0.0.50403 | 1,486 | 4/11/2012 |
------------------------------New Features------------------------------
URI Parser
With this release, the URI Parser in ODataLib is nearly complete. The URI Parser is now capable of parsing nearly every URI supported by the current OData stacks at Microsoft (Web API and WCF Data Services).
Public Data Source Providers
We frequently get requests to make the data source providers in WCF Data Services public. Making these providers public enables a number of profoundly interesting scenarios ranging from changing the behavior of an existing provider to adding support for features we don't currently support. The work completed in this release will allow limited modifications of the existing providers. We plan to enable more scenarios here in the future.
Performance Improvements
We constantly strive to improve performance and reliability with every release. In this release, we have increased performance by double digit percentages for service authors that want to respond with JSON but are not able to (or don't want to) provide a data model to ODataLib.
Improved Developer Experience
In this release we have caught up with some missing IntelliSense guidance and we are uploading symbols and source to SymbolSource.org. We will upload symbols for many of our past releases as well.
------------------------------Bug fixes------------------------------
In addition to the features above, we have included fixes for the following notable bugs:
- Fixes an issue where the reflection provider would not work properly if the generic parameter provided to DataService<T> was an interface
- Fixes an issue where some system headers were not being set when a client called BuildingRequest
- Fixes an issue where setting InstanceContextMode to Single on DataService would result in cache result being returned for subsequent requests
- Fixes an issue where ODataLib would sometimes allow null to be written whether or not the expected type was nullable
- Fixes a regression in 5.4 where ODataLib started writing unnecessary type information in certain instances
- Fixes an issue where the WCF DS client would sometimes not dispose the response if the response had no content
- Improves a number of errors and error messages