Microsoft.OData.Core 6.0.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, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

Showing the top 20 packages that depend on Microsoft.OData.Core.

Packages Downloads
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.
41
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.
42
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.
44
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.
46
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.
76
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.
80
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. 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/.
39
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. 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/.
40
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. 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/.
41
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. 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/.
43
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
40
Simple.OData.Client
Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The package Simple.OData.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol. Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.
39
Simple.OData.Client
Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The package Simple.OData.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol. Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.
41
Simple.OData.Client
Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The package Simple.OData.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol. Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.
39
Simple.OData.Client
Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The package Simple.OData.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol. Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.
40
Simple.OData.Client
Simple.OData.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The package Simple.OData.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol. Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.
41
Swashbuckle.OData
Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!
74

This release includes the core .NET libraries described below for implementing OData clients and services that comply with the Committee Specification 02 of the OASIS OData V4 Specification (http://docs.oasis-open.org/odata/odata/v4.0/cs02/part1-protocol/odata-v4.0-cs02-part1-protocol.doc). The libraries support the OData V4 JSON (http://docs.oasis-open.org/odata/odata-json-format/v4.0/cs02/odata-json-format-v4.0-cs02.doc) format; the Atom format is not supported in this release. What is in the release? • Feature Parity This release supports the same set of features that were supported in version 5.6.0 of the OData core libraries. This release supports OData v4 only and is not backwards compatible with OData versions 1-3. • Enum support The core libraries now have support for serializing and deserializing enum values in JSON payloads. The URI parser is able to parse enum values and operations including ‘has’. • Singleton support The core libraries now have support for serializing and deserializing singleton values in JSON payloads. The URI parser is now able to parse singletons in paths. • Containment support The core libraries now have support for serializing and deserializing contained values in JSON payloads. The URI parser is now able to parse contained paths. • Function Support The URI parser is now able to parse functions and function parameters in URLs. • OData v4 compatibility The JSON format, $metadata format and URI parser have all been updated to support OData v4. Known Limitations • This release of the OData core libraries targets functional equivalence with the 5.6.0 release as well as support for a few new features. This means that there are many new OData v4 features that are not supported yet in the core libraries. • Although the OData core libraries are capable of serializing the OData v4 Atom format, this functionality is not officially supported since the Atom specification has not yet made it to the CS02 stage.

Any 0.0

Version Downloads Last updated
9.0.0-preview.1 0 07/10/2025
8.3.0 0 07/10/2025
8.2.4 0 06/24/2025
8.2.3 16 12/20/2024
8.2.2 11 11/24/2024
8.2.1 12 11/15/2024
8.2.0 13 11/16/2024
8.1.0 11 10/26/2024
8.0.2 12 10/26/2024
8.0.1 18 08/20/2024
8.0.0 15 08/13/2024
8.0.0-rc.1 12 07/17/2024
8.0.0-preview.3 16 06/03/2024
8.0.0-preview.2 17 05/14/2024
8.0.0-preview.1 32 05/14/2024
7.22.0 1 07/19/2025
7.21.7 1 06/27/2025
7.21.6 13 11/14/2024
7.21.5 14 10/26/2024
7.21.4 14 10/11/2024
7.21.3 13 06/03/2024
7.21.2 12 05/26/2024
7.21.1 29 05/14/2024
7.21.0 14 05/14/2024
7.20.0 22 02/10/2024
7.19.0 18 02/10/2024
7.18.0 17 12/07/2023
7.17.0 16 02/10/2024
7.16.0 17 02/10/2024
7.15.0 16 02/10/2024
7.14.1 17 02/10/2024
7.14.0 15 02/10/2024
7.13.0 17 02/10/2024
7.12.5 18 02/10/2024
7.12.4 35 02/10/2024
7.12.3 15 02/10/2024
7.12.2 18 02/10/2024
7.12.1 17 02/10/2024
7.12.0 16 02/10/2024
7.11.1 18 02/10/2024
7.11.0 23 05/10/2022
7.10.0 34 04/22/2022
7.9.4 38 01/10/2023
7.9.3 18 01/04/2024
7.9.2 19 02/10/2024
7.9.1 17 02/10/2024
7.9.0 80 06/15/2021
7.8.3 79 03/06/2021
7.8.2 22 03/07/2021
7.8.1 22 02/10/2024
7.7.3 16 02/10/2024
7.7.2 18 02/10/2024
7.7.1 19 03/11/2021
7.7.0 17 02/10/2024
7.7.0-beta 37 02/10/2024
7.6.4 16 02/10/2024
7.6.3 35 02/10/2024
7.6.2 17 02/10/2024
7.6.1 19 01/12/2024
7.6.1-beta 38 02/10/2024
7.6.0 15 02/10/2024
7.6.0-beta 34 02/06/2024
7.5.4 17 02/10/2024
7.5.3 17 02/10/2024
7.5.2 17 02/10/2024
7.5.1 17 02/10/2024
7.5.0 17 02/10/2024
7.4.4 22 07/04/2020
7.4.3 15 02/10/2024
7.4.1 17 02/04/2024
7.4.0 34 02/10/2024
7.4.0-beta3 19 02/10/2024
7.4.0-beta2 19 02/10/2024
7.4.0-beta 18 02/10/2024
7.3.1 20 02/10/2020
7.3.0 33 02/10/2024
7.3.0-beta 36 03/09/2024
7.2.0 19 02/10/2020
7.1.1 19 02/10/2020
7.0.0 22 02/10/2020
7.0.0-beta 38 02/10/2024
6.19.0 18 02/10/2024
6.18.0 18 02/10/2024
6.18.0-beta 20 02/10/2024
6.17.0 20 02/10/2024
6.16.0 38 02/10/2024
6.16.0-beta 19 02/10/2024
6.15.0 17 02/10/2024
6.15.0-beta 18 02/10/2024
6.14.0 19 02/10/2024
6.14.0-rc2 41 02/10/2024
6.14.0-rc 23 02/10/2024
6.14.0-beta 19 02/10/2024
6.13.0 17 02/10/2024
6.13.0-rc 16 02/10/2024
6.13.0-beta 35 02/10/2024
6.12.0 19 02/10/2024
6.12.0-beta 35 02/10/2024
6.11.0 17 02/10/2024
6.10.0 22 02/10/2020
6.9.0 22 02/10/2024
6.8.1 20 01/16/2024
6.8.0 20 02/10/2024
6.7.0 16 02/10/2024
6.6.0 18 02/10/2024
6.5.0 18 02/10/2024
6.4.0 20 02/10/2024
6.3.0 17 02/10/2024
6.2.0 19 02/10/2024
6.1.0 21 02/10/2024
6.0.0 21 02/10/2024
6.0.0-beta1 19 02/10/2024
6.0.0-alpha2 38 02/05/2024
6.0.0-alpha1 18 02/05/2024