-
Hello,
I have an object queryoptions of type ODataQueryOptions
where the OrderBy property is null.
For this object i call the method
ApplyTo(IQueryable, ODataQuerySettings)
where ODataQueryS…
-
sample filter: Param in (0,100)
throws exception:
"ExceptionType": "System.NotImplementedException",
"StackTrace": " w Microsoft.OData.UriParser.QueryNodeVisitor`1.Visit(InNode nodeIn)\r\n…
-
[Forum post](https://forum.bryntum.com/viewtopic.php?f=51&t=31012&p=157479#p157479)
"
I managed to reproduce the issue by modifying a little bit your example for grouped list:
[Core.widget.Combo]…
-
**Assemblies affected**
ASP.NET Core OData 8.2.3
**Describe the bug**
$orderby fails on derived type property
**Reproduce steps**
Submit a request to obtain a navigation property, ordered by …
-
**Summary:** When using the $expand query option in Microsoft.AspNetCore.OData, all data for the expanded entities is retrieved first, and then pagination is applied in memory. This leads to performan…
-
We have a WebApi in AspNet core 2.2 that uses AspNetCore.OData version 7.2.1.
For security reasons we want to have full control over the responses when exceptions are thrown, so OData stacktraces…
-
Not everything is stored in a database with access. Although a lot of data is available through api.
Documentation is crucial here. Although there are standards like wsdl, openapi or odata which cont…
-
**Assemblies affected**
.NET 8.0
Microsoft.AspNetCore.OData 8.2.5
**Describe the bug**
?filter=month(deliveryDate) eq 3 is good working
?apply=groupby((month(deliveryDate)), aggregate($count as…
-
When trying to do filtering based on date like:
`filter(qIncident.createdOn.ge(new Date("2024-09-01")))`
The generated query is:
`$filter=CreatedOn ge datetime'/Date(1725148800000)/'`
That ret…
-
Hello,
I have find a problem when using the method GetQueryAsync. When I use this method give the error "The type 'Module1.CountryDto' has not been declared in the entity data model."
I have a E…