OData support in ASP.net core

Is oData now supported in ASP.netcore when version 1 was released?

I searched, but I could not find anything that says anyway.

+13
odata asp.net-core
source share
2 answers

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

OData Lib released 7.0.0 in its roadmap, which is a violation of the changes, OData / WebAPI will release 6.0.0 based on this, after the release we will consider ASP.NET Core support. Relative issue: https://github.com/OData/WebApi/issues/772

+7
source share

Now, in early December 2017, the official OData pre-publication for the ASP.NET core is available in this MyGet feed: https://www.myget.org/F/webapinetcore/

Currently, the issues consist of night collections.

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

There is still no ETA for beta or stable releases.


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

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

+3
source share

All Articles