Closed DillonHuang closed 4 years ago
Same happens with correlated subquery too.
querySource item name to be __
which is reserved prefix for parameters in QCC.
Putting on the backlog. Workaround is to not use "_".
That's a weird bug... I wouldn't have expected the name of the lambda parameter to have any effect. Will this be fixed for 3.0?
@thomaslevesque This issue is in the Backlog milestone. This means that it is not going to happen for the 3.0 release. We will re-assess the backlog following the 3.0 release and consider this item at that time. However, keep in mind that there are many other high priority features with which it will be competing for resources.
@ajcvickers sure, I understand. It's not a very big issue anyway, and there's an easy workaround.
This is working in 3.1
When the Include method is called,use "_" as the variable name in the lambda expression , throws KeyNotFoundException.
Steps to reproduce
Throw KeyNotFoundException
Further technical details
EF Core version: 2.1.0-preview1-final Database Provider: Microsoft.EntityFrameworkCore.InMemory Operating system: Win 10 IDE: Visual Studio 2017 15.6.5