Microsoft.OData.Core
6.11.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.OData.Core --version 6.11.0
NuGet\Install-Package Microsoft.OData.Core -Version 6.11.0
<PackageReference Include="Microsoft.OData.Core" Version="6.11.0" />
paket add Microsoft.OData.Core --version 6.11.0
#r "nuget: Microsoft.OData.Core, 6.11.0"
// Install Microsoft.OData.Core as a Cake Addin #addin nuget:?package=Microsoft.OData.Core&version=6.11.0 // Install Microsoft.OData.Core as a Cake Tool #tool nuget:?package=Microsoft.OData.Core&version=6.11.0
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/
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.OData.Edm (= 6.11.0)
- Microsoft.Spatial (= 6.11.0)
GitHub repositories (30)
Showing the top 5 popular GitHub repositories that depend on Microsoft.OData.Core:
Repository | Stars |
---|---|
linq2db/linq2db
Linq to database provider.
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
7.5.1 | 6 | 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 |
Features:
[GitHub issue #23] ODataLib now supports parsing URI path template.
[GitHub issue #71] EdmLib now supports adding vocabulary annotations to EdmEnumMember.
[GitHub issue #80] OData client for .NET now supports abstract entity type without key.
[GitHub issue #85] ODataLib now supports additional preference headers: odata.track-changes, odata.maxpagesize and odata.continue-on-error.
[GitHub issue #87] ODataLib now supports setting filter query option in ExpandedNavigationSelectItem.
[GitHub issue #94] ODataLib now supports $levels in ODataUriBuilder.
[Github issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared primitive, collection and complex property value.
Bugs fixes:
[GitHub issue #93] Fix a bug that DataServiceContext.CreateFunctionQuery should set isComposable property of DataServiceOrderedQuery.
[GitHub issue #95] Fix a bug that OData client for .NET does not support composing a query operation onto a composable function.
Improvements:
[GitHub issue #101] Improve the performance of DataServiceContext.SaveChanges when the entities are tracked by a DataServiceCollection.