16

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.

Greg Gum
  • 33,478
  • 39
  • 162
  • 233

3 Answers3

9

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

arielorvits
  • 5,235
  • 8
  • 36
  • 61
Fan Ouyang
  • 2,132
  • 1
  • 11
  • 13
  • the link is not update/clear about where you are with this? Can you shed a light – user1019042 Oct 12 '16 at 15:34
  • According to the issue mentioned in the post, the development of OData for asp.net core hasn't been finished yet. Any alternatives ? – macpak Dec 11 '16 at 12:35
  • This lib appears to have .NetCore support: https://gitlab.com/djanosik/moon-odata – ChrisW Feb 10 '17 at 16:18
  • 3
    Also, some pre-release code: https://www.nuget.org/packages/Microsoft.AspNetCore.OData/ – ChrisW Feb 10 '17 at 16:20
  • @ChrisW This package is not officially supported by Microsoft. It's an individual attempt to port OData to ASP.NET Core, and it hasn't been updated since 2016. – Mathieu Renda Jul 07 '17 at 08:27
  • 1
    @FanOuyang What is available is just the OData library, not the webapi integration? – zaitsman Aug 30 '17 at 06:57
4

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

Eivind Gussiås Løkseth
  • 1,862
  • 2
  • 21
  • 35
2

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

Emmanuel DURIN
  • 4,803
  • 2
  • 28
  • 53