Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 826
Greg Gum Avatar asked Sep 01 '16 19:09

Greg Gum


3 Answers

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

like image 102
Fan Ouyang Avatar answered Oct 07 '22 05:10

Fan Ouyang


Now at the beginning of December 2017, an official prerelease of OData for ASP.NET Core is available at this MyGet feed: https://www.myget.org/F/webapinetcore/

The releases are currently from nightly builds.

For more information, see this comment on a GitHub issue: https://github.com/OData/WebApi/issues/772#issuecomment-348670747

Still no ETA for beta or stable releases.


EDIT: This issue is better to follow to track progress: https://github.com/OData/WebApi/issues/939

EDIT 2: Beta1 was released December 22. If used with Swashbuckle, this is a great tip: https://github.com/OData/WebApi/issues/1177#issuecomment-358659774

like image 30
Eivind Gussiås Løkseth Avatar answered Oct 07 '22 04:10

Eivind Gussiås Løkseth


According to the blog OData team at Microsoft https://blogs.msdn.microsoft.com/odatateam/2018/07/03/asp-net-core-odata-now-available/

There is a a release of OData for ASP.NET Core at :

https://www.nuget.org/packages/Microsoft.AspNetCore.OData

Regards

like image 40
Emmanuel DURIN Avatar answered Oct 07 '22 06:10

Emmanuel DURIN