Sven

Results 2 issues of Sven

This old issue still is present in the latest AspNetCoreOData Version 8.2.3: https://github.com/OData/WebApi/issues/1712

bug

**Assemblies affected** ASP.NET Core OData 8.x (latest) **Describe the bug** When applying own projection/select to the query the odata wrapper get's lost. **Reproduce steps** ``` public ActionResult Get(ODataQueryOptions odata) {...

bug