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

Change IList -> List in Public API #3316

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

Hawxy
Copy link
Contributor

@Hawxy Hawxy commented Jul 17, 2024

IList is a bit of a miserable type as it's missing .AddRange. One of least useful interfaces to expose and I try to avoid it.

@jeremydmiller
Copy link
Member

Pfft, thumbs up from me. I've stopped using IList<T> in my code after we got the typed target new() stuff anyway. And ditto to the annoyance

@jeremydmiller jeremydmiller merged commit 7a15137 into JasperFx:master Jul 17, 2024
9 of 11 checks passed
@Hawxy Hawxy deleted the ilist branch July 17, 2024 15:47
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.

2 participants