LINQKit icon indicating copy to clipboard operation
LINQKit copied to clipboard

ExpressionVisitor conflict

Open NetMage opened this issue 6 years ago • 1 comments

If you use ExpressionVisitor, the one in LINQKit conflicts with the one in .Net 4.0 with using LINQKit; - does there need to be releases for .Net 4 and above or should it be a separate package added for those using .Net below 4?

NetMage avatar Apr 19 '18 19:04 NetMage

@NetMage

Is this still an issue?

And would this be solved if I rename the class? https://github.com/scottksmith95/LINQKit/blob/master/src/LinqKit.Core/ExpressionVisitor.cs ?

Like ExpressionVisitor.cs --> LinqKitExpressionVisitor.cs ?

StefH avatar Jan 19 '22 07:01 StefH