Skip to content

✨ [FEATURE[ Introduce IAsyncEnumerable methods or remove IEnumerable<> as a parameter and change to ICollection<> #18

@jeffward01

Description

@jeffward01

Summary

I propose we change IEnumerable<TEntity> to ICollection<TEntity> on the methods which have the entities.ToList()

image

My thoughts are:

Solutions:
1.) Change to IAsynEnumerable
or
2.) Use ICollection instead if IEnumerable

Which do you think would be better?

  • For the non-async methods, option 2 is the only solution
  • For the async methods, both option 1 and 2 can be applied

Should I make these changes? What are your thoughts on option 1 or 2?

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions