PawelGerr / Thinktecture.EntityFrameworkCore

These libraries extend Entity Framework Core by a few features to make it easier to work with EF and for easier integration testing or to get more performance in some special cases.
https://dev.azure.com/pawelgerr/Thinktecture.EntityFrameworkCore
BSD 3-Clause "New" or "Revised" License
66 stars 17 forks source link

Method 'VisitAtTimeZone' does not have an implementation #39

Closed uspwo closed 1 year ago

uspwo commented 1 year ago

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

PawelGerr commented 1 year ago

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

uspwo commented 1 year ago

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?

PawelGerr commented 1 year ago

It is a prerelease https://www.nuget.org/packages/Thinktecture.EntityFrameworkCore.SqlServer/7.0.0-beta05

uspwo commented 1 year ago

Thank you