Microsoft.OData.Core 6.8.0

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 6.8.0
                    
NuGet\Install-Package Microsoft.OData.Core -Version 6.8.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.Core" Version="6.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.OData.Core" Version="6.8.0" />
                    
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 6.8.0
                    
#r "nuget: Microsoft.OData.Core, 6.8.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.
#:package Microsoft.OData.Core@6.8.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.OData.Core&version=6.8.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.OData.Core&version=6.8.0
                    
Install as a Cake Tool

Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
OData .NET library is open source at https://odata.codeplex.com/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (30)

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.
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.
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
Version Downloads Last Updated
7.5.1 7 9/17/2018
6.16.0 47 4/3/2017
6.11.0 27,611 3/30/2015
6.10.0 21,088 2/6/2015
6.9.0 17,766 12/10/2014
6.8.1 22,373 10/20/2014
6.8.0 5,212 9/23/2014
6.7.0 4,510 8/29/2014
6.6.0 4,860 7/31/2014
6.5.0 21,867 6/30/2014
6.4.0 10,726 5/30/2014
6.3.0 1,606 4/28/2014
6.2.0 438 4/1/2014
6.1.0 115 3/4/2014
6.0.0 377 1/27/2014
6.0.0-beta1 203 12/9/2013
6.0.0-alpha2 63 11/7/2013
6.0.0-alpha1 59 10/4/2013

New Features:
   1.    EdmLib supports edm:EnumMember Expression for metadata annotations.
   2.    EdmLib & ODataLib now support TimeOfDay and Date.
   3.    ODataLib supports reading and writing entities as parameter.
   4.    ODataUriParser supports two new built-in functions: time and date.
   5.    ODataUriParser supports overriding default behavior for resolving unbound operation name in query options.

Bug fixes:
   1.    Remove the ordering constraint in ODataLib which forces instance annotations of a property to come before the property in complex value
   2.    Fix a race condition issue for finding navigation targets in EdmLib.