-
When paging occurs, I get an absolute URL at the end of the result set:
"@odata.nextLink": "http://mysite.com/odata/mycontainer?$skip=20"
But I happen to have a load balancer in front of mysite.…
-
If the "Accept" Header is set to "application/json" then the navigation links are not included in the response. However, if the "Accept" header is not specified or it set to "application/xml" then a X…
-
Hi
i am trying to load a v4 odata service. how can i get more details than what is below to find where exactly the error is happening?
System.AggregateException : One or more errors occurred.
…
ghost updated
7 years ago
-
---
**Issue moved from dotnet/aspnetcore#41046**
- Please respond to @omuleanu.
---
_From @omuleanu on Tuesday, April 5, 2022 7:44:30 PM_
### Is there an existing issue for this?
- [X] I…
-
**Assemblies affected**
Microsoft.AspNetCore.OData, Version=8.0.12.0
**Describe the bug**.
When inserting a new entity with a POST request, related entities MAY be specified using the same repres…
-
I define a funciton with the following metadata:
and
AddressGeoCoded is derived from Adddress and has the following metadata:
The following…
-
This is my query
```cs
client
.For()
.Filter(item => item.CaseId == CaseId)
.Expand(item => item.Navision.Country)
.Expand(item => item.Customer.AccountManager)
.Expand(item…
-
In previous version of OData, a function such as below would be allowed in the model:
```C#
builder.Function("allMessages")
.SetBindingParameter("bindingParameter", builder.En…
-
I think this is an oData v4 thing. Sample code: https://github.com/devnixs/ODataAngularResources/blob/master/src/odatavalue.js
-
Combination of $apply and $select not working.
According to http://docs.oasis-open.org/odata/odata-data-aggregation-ext/v4.0/cs02/odata-data-aggregation-ext-v4.0-cs02.html#_Toc435016590
3.16 …