JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.79k stars 441 forks source link

Change IList -> List in Public API #3316

Closed Hawxy closed 1 month ago

Hawxy commented 1 month ago

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 commented 1 month ago

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