The ForEach extension method recently added to LinqKit conflicts with the (I think) commonly used ForEach extension method in MoreLinq. Since it is in the main LinqKit namespace, there is no way to avoid its inclusion when using LinqKit. It would be nice if this was in a separate namespace to avoid this issue.
The ForEach extension method recently added to LinqKit conflicts with the (I think) commonly used ForEach extension method in MoreLinq. Since it is in the main LinqKit namespace, there is no way to avoid its inclusion when using LinqKit. It would be nice if this was in a separate namespace to avoid this issue.