I have an ASP.NET Core 1.1 Web Project.
I have installed Microsoft.OData.Core and followed linked "Getting Started" under http://odata.github.io/.
Both the following Links on that page are for .Net 45
- “Build an OData v4 Service with RESTier Library”
- “Build an OData v4 Service with OData WebApi Library”
This month old SO answer links to Microsoft.AspNetCore.OData which is NOT owned by Microsoft and was last updated over a year ago.
This SO answer implies "OData Support in ASP.net core"
I see this third party solution AutoODataEF.Core to auto generate controllers however.
Lastly, I see this git issue indicates OData WebAPI for ASP.Net Core is forth coming, but ultimately not currently available.
Assuming I have a Person Model and an EF DbContext.
How do I implement a minimal OData Controller?