-
Hello,
I wanted to use Microsoft.OData.UriParser.ODataUriParser to parse a URL in which the $root literal was used.
The OData 4.01 specification states the following:
```
5.1.1.14.5 [$root](http…
-
**Assemblies affected**
- `Microsoft.AspNetCore.OData 8.2.5 `
- `Microsoft.OData.Client 7.21.3`
**Describe the bug**
Related issue: https://github.com/OData/odata.net/issues/3004
My primary q…
-
Hi,
suddenly there is no support for OData V4 batch requests. Is it planned to add this? Implementing with UI5 the OData V4 model only gives you the ability to commit changes per batch requests.
…
-
I'm trying to get this plugin to work after following the simple setup steps:
My destination is called `SAP_Notifications` to match.
**_However_** I get this error on cloud foundry:
…
-
### Is your feature request related to a problem? Please describe.
Not with this product but with Microsoft.PowerShell.ODataUtils. It is not updated for v4.
#### Describe the solution you'd like
…
-
### Summary
The "OData v4 Client Code Generator" generates C# code for an ODATA service, taking as input the EDM model of the service.
If that EDM model contains Org.OData.Core.V1.Description and …
-
Assemblies affected: ASP.NET Core OData 8.0.8
Due to lack of documentation, OData is an obscure framework to use.
According to this OData v4 documentation http://docs.oasis-open.org/odata/odata/v4…
-
Hello,
i was wondering if the ODataMetadata class has any support for inline annotations.
In the TripPin Example Service (https://services.odata.org/V4/(S(ct10fpe4d4afxt4kd53utjpa))/TripPinServiceR…
-
Hi,
I'm wondering how to match this collection to the openapi description document:
The specialty is embedding the Members body into the collections Members.
```yaml
"Members": [
…
-
I have an application that has an entity set ("DataItem") which in turn contains a contained entityset ("NestedItem") (See [SampleApplication.zip](https://github.com/OData/odata.net/files/11597920…