OdataToEntity
OdataToEntity copied to clipboard
OData .net core
Will this project be ported to .NET Core 6 anytime soon? **Issue:** Currently, .NET Core 6 is unsupported.
Hello :) Running 2.8.0, does the OData parser adds each fields in the "Order By" SQL request? I have a SQL view named `View_MyTable` below that i query using OData:...
Hello @voronov-maxim , If we have 2 services (Customers & Orders) like that:  The DTOs library is shared between projects. Is there a way that in CustomerService's API (GET),...
Currently I'm using DynamicDbContext to build EdmModel, but with multitenancy system I need to retrieve the data from different databases based on the request. I could build a different EdmModel...
So I've run a SAST scan with a certain tool against OdataToEntity source code and it uncovered the following issue: CWE-113 in `OdataToEntity.AspNetCore` `MoveNext()` method. It probably originates in some...
Hello, So I've run a SAST scan with a certain tool against OdataToEntity source code and it uncovered the following issue: CWE-352 in `OdataToEntity.AspNetCore.OeBatchController` `BatchCore()` and `Batch()` methods. I think...