| Build | Status |
|---|---|
| Odata.WebApi Rolling Dotnet pipeline | |
| WebApi Rolling | |
| WebApi Nightly |
OData Web API (i.e., ASP.NET Web API OData) is a server library built upon ODataLib and Web API.
The project currently has the following branches:
master branch
This is the active development branch for OData WebApi and it is currently most actively iterated. The package name is Microsoft.AspNet.OData. The is the OData WebApi for ODL v7.x releases which contain breaking changes against ODL v6.
release branch
This is the release branch for OData WebApi, contains code base up to most recently stable WebApi release. The latest release version is 6.0.
feature/netcore branch
This is the feature development branch for OData WebApi for AspNet and AspNetCore. The package names are Microsoft.AspNet.OData and Microsoft.AspNetCore.OData. The is the OData WebApi 7.0 release which contain breaking changes against OData WebApi 6.0.
gh-pages branch
The gh-pages branch contains the old documentation source for OData WebApi - tutorials, guides, etc. For the most up-to-date documentation you should use Microsoft docs.
maintenance-aspnetcore branch
This is the maintenance branch for OData WebApi with ASP.NET Core support. The package name is Microsoft.AspNetCore.OData.