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

Remove Dummy value empty defaults for IEnumarable and Array #41

Merged
merged 1 commit into from
Nov 12, 2022

Conversation

devodo
Copy link
Owner

@devodo devodo commented Nov 12, 2022

Removes the IEnumerable and Array Dummy value factories that were creating empty collections on these types. The new behaviour is now for dummy instances to just return the .NET default for these, i.e. null.

I am taking a minimalist view for dummy value defaults as these can easily be extended if needed.

@devodo devodo merged commit 3da3c01 into main Nov 12, 2022
@devodo devodo deleted the task/trim_dummy_value_types branch November 12, 2022 17:15
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.

1 participant