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
I have updated a project (blazor server side using EF Core 3) from preview 5 to preview 6. Since then, my QueryFilters are not working any more.
My database context are registered as transcient.
@tallichet First, many thanks for trying preview 6. We really appreciate people trying the previews and filing issues on what they find.
If you haven't seen it already, there is some good information in the preview announcement post about the changes that are happening to LINQ queries for EF Core 3.0. Preview 6 is the first release containing these changes, which means we are both expecting things to be broken, but at the same time very grateful for everyone who tries the release and generated feedback.
Support for query filters was not completed for preview 6. Closing this as a duplicate of #15264
I have updated a project (blazor server side using EF Core 3) from preview 5 to preview 6. Since then, my QueryFilters are not working any more.
My database context are registered as transcient.
The code is has follows:
The
SetQueryFilter
is called fromOnModelCreating
._tenantId
is set in the ctor.The methods also seems to be called only once.
The text was updated successfully, but these errors were encountered: