ASP.NET Core OData update to latest version

Viewed 45

I am upgrading ASP.NET Core OData to latest version and struggling on the below issues:

  • DefaultODataSerializerProvider could not be found in AspNetCore
  • SelectControllerResult could not be found in AspNetCore
  • DynamicPropertyRoutingConvention could not be found in AspNetCore
  • ODataPath does not contain a definition of odataPath.PathTemplate
  • ODataRouteConstants could not be found

They all belong to Microsoft.AspNet.OData. Can anyone please explain what the alternatives are in Microsoft.AspNetCore.OData?

1 Answers
Related