-
Originally raised in https://github.com/cms-sw/cmssw/pull/29799#discussion_r423710666.
It would be useful to have a data structure like "edm::featureMap" that enforces a schema for input features f…
-
```
What steps will reproduce the problem?
1. Define an EdmCollectionType with CollectionKind.Bag.
edmType = EdmCollectionType.newBuilder()
.setKind(Col…
-
**Assemblies affected**
ASP.NET Core OData 8.2.4
**Describe the bug**
`$expand`ing a **contained** navigation and `$select`ing other properties except the keys throws:
```
Microsoft.OData.OData…
Xriuk updated
5 months ago
-
Hi,
I have an OData service that exposes an action whose metadata looks like this:
```
```
where the EntityView type is:
```
…
-
Please view the [Milestone](https://github.com/department-of-veterans-affairs/va.gov-team/milestone/1381) for all feedback and findings tickets associated with this Collaboration Cycle initiative.
…
-
```
What steps will reproduce the problem?
1. Define an EdmCollectionType with CollectionKind.Bag.
edmType = EdmCollectionType.newBuilder()
.setKind(Col…
-
```
What steps will reproduce the problem?
1. Define an EdmCollectionType with CollectionKind.Bag.
edmType = EdmCollectionType.newBuilder()
.setKind(Col…
-
```
What steps will reproduce the problem?
1. Define an EdmCollectionType with CollectionKind.Bag.
edmType = EdmCollectionType.newBuilder()
.setKind(Col…
-
I have implemented expand with odata v4 using .net core. It is working fine but creating issue when not able to find key property in expand. Property is nullable hence EF applying left join to it. To …
-
I love OData and the AspNetCore implementation is so powerful. I'd like to recommend the use of this project to enterprise clients but the lack of documentation makes this an almost impossible learnin…