Closed uspwo closed 1 year ago
v4.x.x is for EF Core 6 only. Please use v7 for EF Core 7
Thanks for your reply. As I understand 4.5.1 is the latest version of this package I cannot find a version 7 for EFCore 7. And as far as I know the EFCore 7 still doesn't support rownumbers. Is there no support for EFCore 7 from your side or do I misunderstand something? Can you point me in the right direction?
Thank you
Hi,
I am using currently using efcore 6.0.8 and this package in version 4.4.1 which works fine. But when updating to efcore 7.0.3 on first query I got the following error.
System.TypeLoadException: "Method 'VisitAtTimeZone' in type 'Thinktecture.EntityFrameworkCore.Query.RelationalOptimizingVisitor' from assembly 'Thinktecture.EntityFrameworkCore.Relational, Version=4.4.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation."