-
Sadly I need to have DateTime defined in my model classes as on the backend I otherwise run into serious issues projecting.
A property defined as
DateTime{}
serializes nicely down into Simple…
-
There is `.AsNoTracking()` method in EF Core which ensures minimal memory usage and optimal performance for read operation. When I found examples of OData controllers online, I've never seen using `.A…
-
TripPin RW test service for OData doesn't show added entities.
When I add entity (Person) via POST https://services.odata.org/V4/(S(xxx))/TripPinServiceRW service responses with 204 Created. But lis…
-
Hi i have been able to setup the odata server for postgres using the following repository
https://github.com/jaystack/odata-v4-server-pgsql-example
the repository contains the source with all ne…
-
$count query.
http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_SystemQueryOptioncount
-
Hello, I try to create querys for Citrix Director odata v4 rest api: https://developer-docs.citrix.com/projects/monitor-service-odata-api/en/latest/
I set the following settings in visual studio co…
-
### Description
The `odata-service-writer` ignores existing services in a project and overwrites them if a 2nd service is to be added.
### Steps to Reproduce
Steps to reproduce the behavior:
1. …
-
Can some of you suggest some alternative for the OData v4 Client Code Generator, i.e. https://marketplace.visualstudio.com/items?itemName=bingl.ODatav4ClientCodeGenerator, which generates TypeScript?
…
-
Calling Unbound functions with QueryOptions such as $count gives 404 NotFound errors. If Bound functions are used it reaches the endpoint. Unbound functions without query options also work.
### Ass…
-
### Issue
We are currently migrating Client and Server from OData V2 to OData V4 and get the following exception with several queries in the .NET Maui App:
_A property with name '[name of proper…