-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullReferenceException when translating nested SelectMany with Constructor calls #19247
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Comments
It's still an issue in EF Core 3.1.2 for SQL Server. |
This happens when |
Poaching. Need this for #20892 |
smitpatel
added
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
and removed
consider-for-current-release
punted-for-5.0
labels
Jun 10, 2020
smitpatel
added a commit
that referenced
this issue
Jun 10, 2020
smitpatel
added a commit
that referenced
this issue
Jun 10, 2020
smitpatel
added a commit
that referenced
this issue
Jun 10, 2020
smitpatel
added a commit
that referenced
this issue
Jun 10, 2020
smitpatel
added a commit
that referenced
this issue
Jun 12, 2020
Extension of #19247 for collection shaper in client eval
smitpatel
added a commit
that referenced
this issue
Jun 12, 2020
Extension of #19247 for collection shaper in client eval
smitpatel
added a commit
that referenced
this issue
Jun 12, 2020
Extension of #19247 for collection shaper in client eval
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
I'm getting a reproducible
NullReferenceException
when translating the following query...The query runs correctly with either of the following tweaks:
Un-nesting the subquery within .SelectMany()
Replacing the constructor calls with anonymous objects
Full reproduction test case: https://github.com/JakenVeina/EFCoreSelectManyTest.
Stack Trace:
EF Core version: 3.1.0
Database provider: Npgsql.EntityFrameworkCore.PostgreSQL
Target framework: .NET Core 3.0
Operating system: Windows 8.1 Pro
IDE: Visual Studio Community 2019 16.4.0
The text was updated successfully, but these errors were encountered: