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

Update collection types to match use case #119

Merged
merged 2 commits into from
Mar 25, 2023
Merged

Conversation

mattherman
Copy link
Owner

Various collection types were being used inconsistently. This is an attempt to make their usage more consistent.

Arguments -> IEnumerable
Models that should be modifiable -> IList
Models returned from Mountebank -> IReadOnlyList
Binary data returned from Mountebank -> array

@mattherman mattherman merged commit f21993c into master Mar 25, 2023
@mattherman mattherman deleted the collection-types branch March 25, 2023 15:43
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