Microsoft.OData.Edm 7.4.0

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 7.4.0
                    
NuGet\Install-Package Microsoft.OData.Edm -Version 7.4.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="7.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.OData.Edm" Version="7.4.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.OData.Edm" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.OData.Edm --version 7.4.0
                    
#r "nuget: Microsoft.OData.Edm, 7.4.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.
#addin nuget:?package=Microsoft.OData.Edm&version=7.4.0
                    
Install Microsoft.OData.Edm as a Cake Addin
#tool nuget:?package=Microsoft.OData.Edm&version=7.4.0
                    
Install Microsoft.OData.Edm as a Cake Tool

Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4 only. 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 https://github.com/OData/odata.net

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework 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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.

NuGet packages (123)

Showing the top 5 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 and v4.01. Enables construction of OData services and clients. Targets .NET 8 or above. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.

Microsoft.AspNetCore.OData

This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 8.x to support OData query syntax for your Web APIs.

Microsoft.OData.ModelBuilder

This package contains APIs to create OData Edm (Entity Data Model) using C# types, attributes and conventions.

Swashbuckle.OData

Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!

Microsoft.OpenApi.OData

This package contains the codes you need to convert OData CSDL to Open API Document of Model.

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.
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/RESTier
A turn-key library for building RESTful services
OData/AspNetCoreOData
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
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.
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
rstropek/Samples
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
microsoft/Dynamics-AX-Integration
Dynamics AX Integration samples and demos.
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
martin-nikolov/Telerik-Academy
Course exercises | Telerik Academy 2013/2014 | Martin Nikolov
Version Downloads Last updated
8.2.3 737,835 12/11/2024
8.2.2 474,328 11/19/2024
8.2.1 18,644 11/13/2024
8.2.0 138,625 11/8/2024
8.1.0 386,047 10/17/2024
8.0.2 112,538 9/30/2024
8.0.1 1,380,506 8/19/2024
8.0.0 663,691 8/12/2024
8.0.0-rc.1 3,446 7/11/2024
8.0.0-preview.3 2,391 5/31/2024
8.0.0-preview.2 1,396 5/3/2024
8.0.0-preview.1 304 4/26/2024
7.21.6 460,042 11/8/2024
7.21.5 123,163 10/22/2024
7.21.4 81,467 9/30/2024
7.21.3 1,194,462 6/3/2024
7.21.2 126,641 5/23/2024
7.21.1 329,813 5/2/2024
7.21.0 206,787 4/17/2024
7.20.0 7,052,016 12/8/2023
7.19.0 94,444 11/30/2023
7.18.0 1,137,208 9/6/2023
7.17.0 1,598,079 6/23/2023
7.16.0 5,279,671 5/16/2023
7.15.0 2,267,695 3/1/2023
7.14.1 107,004 2/15/2023
7.14.0 437,218 1/11/2023
7.13.0 1,468,384 12/9/2022
7.12.5 4,236,286 10/25/2022
7.12.4 106,530 10/18/2022
7.12.3 374,123 9/19/2022
7.12.2 3,237,136 8/12/2022
7.12.1 312,252 7/20/2022
7.12.0 369,802 6/21/2022
7.11.1 95,248 6/16/2022
7.10.0 2,295,003 1/31/2022
7.9.4 9,830,521 11/5/2021
7.9.3 196,908 10/8/2021
7.9.2 559,565 9/14/2021
7.9.1 136,091 8/26/2021
7.9.0 6,591,520 5/12/2021
7.8.3 1,214,713 3/3/2021
7.8.2 3,404,353 2/15/2021
7.8.1 1,007,748 12/18/2020
7.7.3 1,005,239 11/12/2020
7.7.2 915,112 9/23/2020
7.7.1 2,808,690 9/1/2020
7.7.0 740,833 6/26/2020
7.7.0-beta 6,622 5/29/2020
7.6.4 24,239,221 3/25/2020
7.6.3 1,227,230 1/30/2020
7.6.2 444,271 11/21/2019
7.6.1 6,856,499 9/30/2019
7.6.1-beta 3,633 9/18/2019
7.6.0 1,391,827 6/5/2019
7.6.0-beta 22,963 4/1/2019
7.5.4 790,580 2/15/2019
7.5.3 759,947 12/19/2018
7.5.2 203,615 11/20/2018
7.5.1 740,035 9/17/2018
7.5.0 31,242,781 6/27/2018
7.4.4 550,051 4/4/2018
7.4.3 82,778 3/21/2018
7.4.1 231,084 2/16/2018
7.4.0 1,491,416 1/22/2018
7.4.0-beta3 7,309 1/12/2018
7.4.0-beta2 4,689 12/18/2017
7.4.0-beta 6,372 11/2/2017
7.3.1 702,872 8/14/2017
7.3.0 69,164 7/24/2017
7.3.0-beta 3,906 7/17/2017
7.2.0 961,593 5/3/2017
7.1.1 189,058 4/11/2017
7.0.0 1,093,358 8/22/2016
7.0.0-beta 4,114 8/4/2016
6.19.0 700,337 11/14/2017
6.18.0 126,251 9/7/2017
6.18.0-beta 11,197 7/27/2017
6.17.0 476,920 6/12/2017
6.16.0 213,032 4/3/2017
6.16.0-beta 4,099 1/13/2017
6.15.0 3,936,771 3/18/2016
6.15.0-beta 8,988 1/25/2016
6.14.0 549,962 12/15/2015
6.14.0-rc2 4,311 12/2/2015
6.14.0-rc 6,972 10/30/2015
6.14.0-beta 3,784 10/16/2015
6.13.0 1,436,252 7/22/2015
6.13.0-rc 3,956 7/14/2015
6.13.0-beta 4,064 6/19/2015
6.12.0 358,455 5/22/2015
6.12.0-beta 4,089 5/15/2015
6.11.0 747,718 3/30/2015
6.10.0 252,351 2/6/2015
6.9.0 616,984 12/10/2014
6.8.1 363,999 10/20/2014
6.8.0 25,703 9/23/2014
6.7.0 36,690 8/29/2014
6.6.0 23,615 7/31/2014
6.5.0 113,732 6/30/2014
6.4.0 286,461 5/30/2014
6.3.0 11,985 4/28/2014
6.2.0 7,830 4/1/2014
6.1.0 5,644 3/4/2014
6.0.0 84,736 1/27/2014
6.0.0-beta1 6,854 12/9/2013
6.0.0-alpha2 4,192 11/7/2013
6.0.0-alpha1 3,921 10/4/2013