Replies: 1 comment
-
Apparently, the serializer in the ODataController is rejecting a square bracket after double quotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 attributes List< IDictionary<string, object>> and IDictionary<string, object> properties. But second Property is not identified by Edm model. And in the OData response, the List< IDictionary<string, object>> items are listed in separate Keys and Values attributes.
I am unable to use HasDynamicProperties it throws an error:
Found more than one dynamic property container in type 'Entity'. Each open type must have at most one dynamic property container.
Beta Was this translation helpful? Give feedback.
All reactions