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/.
$ dotnet add package Microsoft.OData.CoreThe Microsoft.OData.Core library is a core component of the OData .NET libraries, providing classes to serialize, deserialize and validate OData JSON payloads. It supports OData v4 and v4.01.
This library, implements functionality read and write OData messages (i.e. requests and responses). It reads and writes payloads in OData JSON format. The library exposes, among others, the ODataMessageReader and ODataMessageWriter classes.
You can install the Microsoft.OData.Core package via NuGet:
dotnet add package Microsoft.OData.Core
Or via the NuGet Package Manager Console:
Install-Package Microsoft.OData.Core
To create an OData service, you can use the Microsoft.OData.Core library along with other OData libraries like Microsoft.OData.Edm and Microsoft.OData.Client.
For more detailed information, please refer to the official documentation or OData documentation
There are many ways for you to contribute to OData .NET. The easiest way is to participate in discussion of features and issues. You can also contribute by sending pull requests of features or bug fixes to us. Contribution to the documentations is also highly welcomed. Please refer to the CONTRIBUTING.md for more details.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the .
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.