79788067

Date: 2025-10-11 14:30:14
Score: 0.5
Natty:
Report link

By adding Distinct and Union, I was able to satisfy EF Core.

Instead of query.Concat(query), I used query.Distinct().Concat(query.Distinct()). You might not need Distinct on both branches. See the comment below for more info.

https://github.com/dotnet/efcore/issues/32046#issuecomment-3393373171

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rowend