Microsoft.OData.Edm
                              
                            
                                6.1.0
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    See the version list below for details.
dotnet add package Microsoft.OData.Edm --version 6.1.0
NuGet\Install-Package Microsoft.OData.Edm -Version 6.1.0
<PackageReference Include="Microsoft.OData.Edm" Version="6.1.0" />
<PackageVersion Include="Microsoft.OData.Edm" Version="6.1.0" />
<PackageReference Include="Microsoft.OData.Edm" />
paket add Microsoft.OData.Edm --version 6.1.0
#r "nuget: Microsoft.OData.Edm, 6.1.0"
#:package Microsoft.OData.Edm@6.1.0
#addin nuget:?package=Microsoft.OData.Edm&version=6.1.0
#tool nuget:?package=Microsoft.OData.Edm&version=6.1.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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (31)
Showing the top 20 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.
                                                         | |
| Azure/data-api-builder 
                                                            Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
                                                         | |
| microsoft/PowerPlatformConnectors 
                                                            This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors
                                                         | |
| OfficeDev/TrainingContent 
                                                            Training Content used for developer.microsoft.com/office
                                                         | |
| OData/WebApi 
                                                            OData Web API: A server library built upon ODataLib and WebApi
                                                         | |
| OData/odata.net 
                                                            ODataLib: Open Data Protocol - .NET Libraries and Frameworks
                                                         | |
| OData/AspNetCoreOData 
                                                            ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
                                                         | |
| OData/RESTier 
                                                            A turn-key library for building RESTful services
                                                         | |
| telerik/xaml-sdk 
                                                            The XAML SDK is an easy-to-use infrastructure with 1000+ developer focused examples for most of the Telerik UI for WPF controls. 
                                                         | |
| microsoft/BotFramework-BlogSamples 
                                                            Welcome to the Bot Framework samples repository. Here you will find sample bots that take advantage of Bot Framework capabilities. 
                                                         | |
| rstropek/Samples | |
| filipw/apress-recipes-webapi 
                                                            Samples from ASP.NET Web API 2: Recipes book.
                                                         | |
| microsoft/Dynamics-AX-Integration 
                                                            Dynamics AX Integration samples and demos.
                                                         | |
| OData/ODataSamples 
                                                            Samples: For ODataLib, OData Web API, RESTier, etc.
                                                         | |
| ShaneK2/inVtero.net 
                                                            inVtero.net: A high speed (Gbps) Forensics, Memory integrity & assurance.  Includes offensive & defensive memory capabilities.  Find/Extract processes, hypervisors (including nested) in memory dumps using microarchitechture independent Virtual Machiene Introspection techniques
                                                         | |
| zLulus/NotePractice 
                                                            My_Note 笔记练习demo
                                                         | |
| Azure/azure-stream-analytics 
                                                            Azure Stream Analytics
                                                         | |
| microsoft/OpenAPI.NET.OData 
                                                            Generates OpenAPI document from OData CSDL
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 7.5.1 | 9 | 9/5/2018 | 
| 6.16.0 | 41 | 4/3/2017 | 
| 6.11.0 | 27,676 | 3/30/2015 | 
| 6.10.0 | 21,150 | 2/6/2015 | 
| 6.9.0 | 17,885 | 12/10/2014 | 
| 6.8.1 | 23,567 | 10/20/2014 | 
| 6.8.0 | 5,293 | 9/23/2014 | 
| 6.7.0 | 4,608 | 8/29/2014 | 
| 6.6.0 | 5,034 | 7/31/2014 | 
| 6.5.0 | 21,880 | 6/30/2014 | 
| 6.4.0 | 10,734 | 5/30/2014 | 
| 6.3.0 | 1,723 | 4/28/2014 | 
| 6.2.0 | 447 | 4/1/2014 | 
| 6.1.0 | 119 | 3/4/2014 | 
| 6.0.0 | 411 | 1/27/2014 | 
| 6.0.0-beta1 | 198 | 12/9/2013 | 
| 6.0.0-alpha2 | 65 | 11/7/2013 | 
| 6.0.0-alpha1 | 62 | 10/4/2013 | 
What is in the release:
Bug fixes:
• Fixed a bug for not adding OData-Version header automatically for IODataResponseMessage.
• Fixed a bug for duplicate function-import element in ServiceDocument if a function is overloaded.
• Improved the JSON serialization performance for Edm.Binary type.
New Features:
• ODataUriParser supports new query option $search.
• ODataUriParser supports $count, $filter, $top, $levels, $orderby, $search and $skip in expand.
• EdmLib supports adding Core.Description and Core.OptimisticConcurrencyControl annotation through API directly.