Skip to content

Commit e771c0f

Browse files
authored
Update debug check after #36898. (#37464)
1 parent 3673560 commit e771c0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/EFCore/Query/LiftableConstantProcessor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ protected override Expression VisitConstant(ConstantExpression node)
286286
// without risk breaking existing scenarios
287287
|| node.Value is ParameterBindingInfo or RuntimeServiceProperty or IMaterializationInterceptor
288288
or IInstantiationBindingInterceptor
289+
// see #36898
290+
|| node.Value is ValueConverter
289291
|| node.Type.Name is "ProxyFactory" or "Point")
290292
{
291293
return node;

0 commit comments

Comments
 (0)