Skip to content

Missing [global::Microsoft.OData.Client.ContainerProperty] on DynamicProperties #79

@MarkusBux

Description

@MarkusBux

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

  1. Create an OData client of a service that uses open types
  2. Query the type
  3. 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

'-

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions