You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EF Core 3.1 broke usages of Expression.Not for non-boolean cases, mistakenly identifying them as boolean/logical - this is fixed by dotnet/efcore#18788. As a workaround we use ExpressionType.Negate internally, but after that PR is merged and we sync we should switch back to ExpressionType.Not.
The text was updated successfully, but these errors were encountered:
EF Core 3.1 broke usages of Expression.Not for non-boolean cases, mistakenly identifying them as boolean/logical - this is fixed by dotnet/efcore#18788. As a workaround we use ExpressionType.Negate internally, but after that PR is merged and we sync we should switch back to ExpressionType.Not.
The text was updated successfully, but these errors were encountered: