For the time being, I hope that someone an adventurer may have overcome this obstacle, since the current builds for MVC 6 running on ASP.Net v5.0 do not have any services that I can find to load OData in conveyor. I call app.UseMvc () and I can construct a routing convention, but I cannot define the HttpConfiguration object in the new process. I really hoped to work with combined MVC / WebApi in MVC 6, but OData v4 is a game changer.
If someone had experience and could point me in the right direction, please inform:
This may not help much, but here is my Startup class:
using System; using Microsoft.AspNet.Builder; using Microsoft.AspNet.Http; using Microsoft.Data.OData;
source share