Describe the bug
Creating an OData Client which uses open types / dynamic properties, does generate the property, but does not put the [global::Microsoft.OData.Client.ContainerProperty]
attribute on it. Therefore, it is not used as container property.
Assemblies affected
n/a
Steps to reproduce
- Create an OData client of a service that uses open types
- Query the type
- Verify that the dynamic properties are not loaded
...
Expected result
Open type / dynamic properties are loaded into the Dictionary<string, object>
Actual result
Open type / dynamic properties are not loaded into the Dictionary<string, object>
Screenshots
'-
Additional detail
'-