Describe the bug
this.serverEntityType.AddStructuralProperty("Infos",
new EdmCollectionTypeReference(new EdmCollectionType(EdmCoreModel.Instance.GetUntyped())));
vs
this.serverEntityType.AddStructuralProperty("Infos",
new EdmCollectionTypeReference(new EdmCollectionType(EdmUntypedStructuredTypeReference.NullableTypeReference)));
Both can get the following property:
<Property Name="Info" Type="Collection(Edm.Untyped)" />
- Which one should take?
- We should only keep one?
Assemblies affected
Which assemblies and versions are known to be affected e.g. Microsoft.OData.Core 9.x
Steps to Reproduce
The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.
Expected behaviour
What would happen if there wasn't a bug.
Actual behaviour
What is actually happening.
Additional details
Optional, details of the root cause if known. Delete this section if you have no additional details to add.