We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3673560 commit e771c0fCopy full SHA for e771c0f
src/EFCore/Query/LiftableConstantProcessor.cs
@@ -286,6 +286,8 @@ protected override Expression VisitConstant(ConstantExpression node)
286
// without risk breaking existing scenarios
287
|| node.Value is ParameterBindingInfo or RuntimeServiceProperty or IMaterializationInterceptor
288
or IInstantiationBindingInterceptor
289
+ // see #36898
290
+ || node.Value is ValueConverter
291
|| node.Type.Name is "ProxyFactory" or "Point")
292
{
293
return node;
0 commit comments