Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create Collection property decorator with EnumTypes #68

Open
99z opened this issue Aug 6, 2021 · 0 comments
Open

Cannot create Collection property decorator with EnumTypes #68

99z opened this issue Aug 6, 2021 · 0 comments

Comments

@99z
Copy link

99z commented Aug 6, 2021

When annotating a class' properties like so:

@Collection(Edm.EnumType(Foo))
Bar!: Foo;

The metadata returned looks like the following:
<Property Name="Bar" Type="Collection([object Object])"/>

Are there additional steps required to make this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant