PawelGerr/Thinktecture.EntityFrameworkCore

Method 'VisitAtTimeZone' does not have an implementation

uspwo opened this issue · 4 comments

uspwo commented

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."

v4.x.x is for EF Core 6 only. Please use v7 for EF Core 7

uspwo commented

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?

uspwo commented

Thank you