You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
'-
The text was updated successfully, but these errors were encountered:
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
...
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
'-
The text was updated successfully, but these errors were encountered: