Query: QuerySourceTracingExpressionVisitor doesn't always prune EF.Property expressions #8053
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Currently, when pruning EF.Property calls in the QuerySourceTracingExpressionVisitor we have additional check, which is not needed - we should always prune EF.Property calls (just like we always prune MemberExpressions)
The text was updated successfully, but these errors were encountered: