-
Hello everyone,
I'm currently working with .NET 8, OData 9, EF Core 8, and PostgreSQL. When I make requests using certain OData queries that are valid in OData but incompatible with EF Core, the re…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
Hi,
we're using ocelot as an API gateway for a service using OData. In OData, one feature is to have a route with $query in the name.
For example: /v3/Orders/$query
Here is the documentation fo…
-
Would it be possible (or is there already a way to do it?) to add casting as part of constructing the OData query, as per example 3 and 4 from the official docs? https://docs.microsoft.com/en-us/grap…
-
**Assemblies affected**
ASP.NET Core OData 8.x and ASP.NET Core OData 9.x
**Describe the bug**
All database calls that are made in order to fetch data from IQueryable that returned from controlle…
-
**Assemblies affected**
ASP.NET Core OData 8.0.11
**Describe the bug**
If we return a model which has an enumerable property for example an IEnumerable with null value a TargetInvokationException…
-
I'm working with OData and I've encountered an issue when using the $compute and $select query options with properties of type array. Here's what I'm trying to achieve:
Query URL for Non-Array Prop…
xuzhg updated
2 months ago
-
**Assemblies affected**
.NET 9.0
Microsoft.AspNetCore.OData 9.1.0
Microsoft.OData.Core 8.21
**Describe the bug**
[ApiExplorerSettings(GroupName = "OData")]
[ODataRouteComponent("global")]
[R…
-
Reopening #838 since the original was closed without actually addressing the issue.
Adding `TLDR` section this time to make sure people understand the issue before closing it.
## TLDR
✔ `odata_…
-
## Follow up #2150
- #2150
### Special chars in values of query strings
A 3rd additional test case:
```diff
- [InlineData("api/debug()")] // no query
- [InlineData("api/debug%28%29")] …