Tim van den Essen

Results 13 issues of Tim van den Essen

Hi, for a while now we have started seeing some very slow calls, and the profiler in our Azure App Service shows us it's due to awaiting in Stackexchange.Redis: ![image](https://user-images.githubusercontent.com/11540531/221600004-e737b4dc-6c44-46e2-aca1-1623f666b625.png)...

It is possible to get a `IQueryable ProjectToB(IQueryable query)` which can be used as ```cs context.ASet.ProjectToB().ToListAsync(); ``` **Is your feature request related to a problem? Please describe.** We have a...

enhancement

**Assemblies affected** Tested with Microsoft.AspNetCore.OData Version="8.2.5" and Microsoft.AspNetCore.OData Version="9.0.0". Other versions are possibly also affected. **Describe the bug** When working with an open EDM type. Certain queries which are allowed...

bug