Skip to content
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

[release/9.0] Fix query filters with context accessors #35246

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

cincuranet
Copy link
Contributor

@cincuranet cincuranet commented Dec 2, 2024

Fixes #35111
Backport of #35237

Description

In EF Core 9 as part of our work on NativeAOT support we reworked piece of query pipeline. This work missed processing of specific node - created when using Query Filters - in expression tree. This results in query shape that we can't translate later.

Customer impact

Customers using Query Filters with this shape experience an exception when running their application.

How found

Customer reported on 9.

Regression

Yes, from 8.

Testing

Tests added.

Risk

Low.

@cincuranet cincuranet requested a review from a team December 2, 2024 07:39
@cincuranet cincuranet marked this pull request as ready for review December 2, 2024 09:21
@cincuranet cincuranet requested a review from roji December 2, 2024 12:07
@cincuranet
Copy link
Contributor Author

Approved via email.

@cincuranet cincuranet merged commit d89ec3f into dotnet:release/9.0-staging Dec 2, 2024
7 checks passed
@cincuranet cincuranet deleted the backport-35237 branch December 2, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants