-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I noticed that NEST has an old ExpressionVisitor from the times when it was part of the sample codes of LINQ.
This would make sense if NEST were compatible with .NET 3.5, but the DLL that comes with the NuGet package is .NET 4.0 .
Is there any other reason to keep that around?
IMHO .NET's current ExpressionVisitor is cleaner and prevents some invalid rewrites.
I'm asking not just to potentially clean this up but because I have some small code using ExpressionVisitor that I might contribute.
Metadata
Metadata
Assignees
Labels
No labels