urfnet / URF.Core

Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight.
https://github.com/urfnet
MIT License
309 stars 62 forks source link

IEnumerable<T> Naming Collision #85

Closed tonysneed closed 2 years ago

tonysneed commented 2 years ago

URF.Core.Abstractions.IEnumerable causes a collision with System.Collections.Generic.IEnumerable.

As I don't see it being referenced anywhere, I would like to remove it.