Search code examples
asp.net-coreodata

OData Support in ASP.net core


Is oData supported now in ASP.netcore now that version 1 has been released?

I have searched, but I could not find anything that says one way or the other.


Solution

  • Edit: now available at https://www.nuget.org/packages/Microsoft.OData.Core/

    It's in the road map, OData Lib has released 7.0.0 which is a breaking change release, OData/WebAPI will release 6.0.0 based on this, after the release, we will consider to support ASP.NET Core. Relative issue: https://github.com/OData/WebApi/issues/772