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

Add support for collections in dynamic record creation factories #50

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

kzu
Copy link
Member

@kzu kzu commented Nov 10, 2022

Any property or constructor argument that can be assigned from a List is supported, as well as plain arrays.

Closes #49

@kzu kzu enabled auto-merge (rebase) November 10, 2022 03:49
Any property or constructor argument that can be assigned from a List<T> is supported, as well as plain arrays.

Closes #49
@kzu kzu merged commit ea7f5dc into main Nov 10, 2022
@kzu kzu deleted the dev/dynamic-collections branch November 10, 2022 04:13
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

Successfully merging this pull request may close these issues.

Add support for dynamic record creation including list-like properties
1 participant