LINQKit
LINQKit copied to clipboard
ExpressionVisitor conflict
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
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
?