Microsoft.OData.Core 7.12.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.OData.Core --version 7.12.4
                    
NuGet\Install-Package Microsoft.OData.Core -Version 7.12.4
                    
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.Core" Version="7.12.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.OData.Core" Version="7.12.4" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.OData.Core" />
                    
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.Core --version 7.12.4
                    
#r "nuget: Microsoft.OData.Core, 7.12.4"
                    
#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.Core&version=7.12.4
                    
Install Microsoft.OData.Core as a Cake Addin
#tool nuget:?package=Microsoft.OData.Core&version=7.12.4
                    
Install Microsoft.OData.Core as a Cake Tool

Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1.
OData .NET library is open source at https://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.

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 is compatible. 
.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 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  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.

NuGet packages (173)

Showing the top 5 NuGet packages that depend on Microsoft.OData.Core:

Package Downloads
Microsoft.Azure.Cosmos.Table

This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. For reporting issue, please file it at: https://github.com/Azure/azure-cosmos-table-dotnet/issues.

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.AspNet.OData

This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.

Microsoft.OData.Client

LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 and v4.01. 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/.

Simple.OData.V4.Client

Simple.OData.Client helps you interact with OData APIs that comply with any version of the OData standard. This package contains everything you need to connect to OData v4 APIs. Commonly used types: Simple.OData.Client.ODataClient

GitHub repositories (29)

Showing the top 20 popular GitHub repositories that depend on Microsoft.OData.Core:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Squidex/squidex
Headless CMS and Content Managment Hub
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
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
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
zLulus/NotePractice
My_Note 笔记练习demo
Azure/azure-stream-analytics
Azure Stream Analytics
Version Downloads Last updated
8.2.3 851,097 5 months ago
8.2.2 492,853 5 months ago
8.2.1 19,395 6 months ago
8.2.0 141,284 6 months ago
8.1.0 401,271 6 months ago
8.0.2 112,346 7 months ago
8.0.1 1,412,017 8 months ago
8.0.0 16,407 9 months ago
8.0.0-rc.1 3,482 10 months ago
8.0.0-preview.3 2,352 5/31/2024
8.0.0-preview.2 1,283 5/3/2024
8.0.0-preview.1 304 4/26/2024
7.21.6 511,140 6 months ago
7.21.5 134,962 6 months ago
7.21.4 87,887 7 months ago
7.21.3 1,142,966 6/3/2024
7.21.2 124,893 5/23/2024
7.21.1 316,501 5/2/2024
7.21.0 206,266 4/17/2024
7.20.0 7,144,982 12/8/2023
7.19.0 60,805 11/30/2023
7.18.0 1,122,398 9/6/2023
7.17.0 1,616,887 6/23/2023
7.16.0 5,250,584 5/16/2023
7.15.0 2,185,352 3/1/2023
7.14.1 104,588 2/15/2023
7.14.0 416,833 1/11/2023
7.13.0 1,444,557 12/9/2022
7.12.5 4,290,992 10/25/2022
7.12.4 101,939 10/18/2022
7.12.3 369,766 9/19/2022
7.12.2 3,227,433 8/12/2022
7.12.1 310,423 7/20/2022
7.12.0 363,833 6/21/2022
7.11.1 83,018 6/16/2022
7.10.0 2,229,525 1/31/2022
7.9.4 8,094,734 11/5/2021
7.9.3 191,424 10/8/2021
7.9.2 547,840 9/14/2021
7.9.1 127,560 8/26/2021
7.9.0 5,402,071 5/12/2021
7.8.3 1,193,576 3/3/2021
7.8.2 3,562,486 2/15/2021
7.8.1 961,500 12/18/2020
7.7.3 998,333 11/12/2020
7.7.2 910,108 9/23/2020
7.7.1 2,828,347 9/1/2020
7.7.0 702,159 6/26/2020
7.7.0-beta 6,273 5/29/2020
7.6.4 24,433,724 3/25/2020
7.6.3 1,219,832 1/30/2020
7.6.2 402,933 11/21/2019
7.6.1 6,411,527 9/30/2019
7.6.1-beta 3,186 9/18/2019
7.6.0 1,411,882 6/5/2019
7.6.0-beta 22,383 4/1/2019
7.5.4 738,448 2/15/2019
7.5.3 760,424 12/19/2018
7.5.2 197,328 11/20/2018
7.5.1 617,046 9/17/2018
7.5.0 31,562,911 6/27/2018
7.4.4 549,553 4/4/2018
7.4.3 81,609 3/21/2018
7.4.1 214,959 2/16/2018
7.4.0 1,565,810 1/22/2018
7.4.0-beta3 7,007 1/12/2018
7.4.0-beta2 4,351 12/18/2017
7.4.0-beta 5,953 11/2/2017
7.3.1 557,231 8/14/2017
7.3.0 66,742 7/24/2017
7.3.0-beta 3,576 7/17/2017
7.2.0 963,745 5/3/2017
7.1.1 206,392 4/11/2017
7.0.0 1,082,228 8/22/2016
7.0.0-beta 3,665 8/4/2016
6.19.0 701,861 11/14/2017
6.18.0 127,654 9/7/2017
6.18.0-beta 10,914 7/27/2017
6.17.0 495,668 6/12/2017
6.16.0 213,493 4/3/2017
6.16.0-beta 3,817 1/13/2017
6.15.0 4,028,114 3/18/2016
6.15.0-beta 8,841 1/25/2016
6.14.0 554,749 12/15/2015
6.14.0-rc2 3,908 12/2/2015
6.14.0-rc 6,658 10/30/2015
6.14.0-beta 3,564 10/16/2015
6.13.0 1,400,786 7/22/2015
6.13.0-rc 3,904 7/14/2015
6.13.0-beta 3,769 6/19/2015
6.12.0 358,276 5/22/2015
6.12.0-beta 3,723 5/15/2015
6.11.0 752,230 3/30/2015
6.10.0 254,234 2/6/2015
6.9.0 619,409 12/10/2014
6.8.1 355,006 10/20/2014
6.8.0 25,198 9/23/2014
6.7.0 34,882 8/29/2014
6.6.0 21,602 7/31/2014
6.5.0 115,044 6/30/2014
6.4.0 192,281 5/30/2014
6.3.0 10,896 4/28/2014
6.2.0 6,477 4/1/2014
6.1.0 5,070 3/4/2014
6.0.0 85,119 1/27/2014
6.0.0-beta1 6,579 12/9/2013
6.0.0-alpha2 3,886 11/7/2013
6.0.0-alpha1 3,630 10/4/2013