OdataToEntity icon indicating copy to clipboard operation
OdataToEntity copied to clipboard

OData .net core

Results 6 OdataToEntity issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/20512463/163582215-4d7948b2-1fbd-4812-95cd-4479dd737ad9.png) 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...

help wanted

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...

help wanted