-
Hi!
I am trying to use the source code of your project in a new web api application. My web api starts fine, but when i navigate to one of the uris e.g. http://localhost/odata/db/activity i get the…
-
Today we have a dynamic Edm model, returning an EdmEntityObjectCollection.
The problem with this is when there are a lot of objects, the memory consumption will get very high since the list must be c…
-
https://github.com/OData/RESTier/blob/301b64c04a93a6dce6c3e95b294339f32fd120ca/src/Microsoft.Restier.AspNet/Extensions/Extensions.cs#L94-L99
I want to create a few entities (1to1 relation) in a req…
iwate updated
11 months ago
-
**Description:**
A JsonSerializationException is occurring when using OData queries in the Azure Cosmos DB LINQ provider. This issue is specifically related to the detection of a self-referencing loo…
-
Hi,
With a Service Reference, it correctly requests a user id and password. With Connected Service I cannot see how to achieve the same result - being prompted for, or fields for storing the user …
-
How to query related collections?
For example: in OData service I have endpoint: /odata/Users({key})/Orders
Is there a way to retrieve user orders by user ID using $odataresource?
-
```
What steps will reproduce the problem?
Run Gallio.Echo.exe from a shell with test assemblies using NUnit:
Gallio.Echo.exe /v:Debug /runner:IsolatedAppDomain
/report-directory:C:/Users/fbertold…
-
I'm using Simple.Odata.Client version 4.23.4 in my web project. I'm trying to make a batch request comprised of multiple GET requests to a SAP Gateway Odata service. The response time using the clie…
-
NH v. 5.2.7
Not sure if it's a bug or not but I got an error trying to run Odata with projected AutoMapper Dto:
```
public class Ticket: IEntity
{
public virtual string Id { get; set; }
…
-
I've deployed this solution yesterday, however the AutoStop functionality isn't working (the VM doesn't stop). All function report successful execution, except for `CreateAutoStopAlertExecutor`, which…