.NET 6 support
Closed this issue · 3 comments
Hey @PawelGerr!
Do you plan to support .NET 6? I use your awesome nuget package for row number support; However, after upgrading my project to target framework net6.0 I experience some troubles:
System.InvalidOperationException : Current registration of the Entity Framework Core service 'Microsoft.EntityFrameworkCore.Query.IQueryableMethodTranslatingExpressionVisitorFactory' is 'Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryableMethodTranslatingExpressionVisitorFactory' but was expected to be 'Microsoft.EntityFrameworkCore.Query.Internal.RelationalQueryableMethodTranslatingExpressionVisitorFactory'. Replacing current implementation with 'Thinktecture.EntityFrameworkCore.Query.ThinktectureSqlServerQueryableMethodTranslatingExpressionVisitorFactory' may lead to unexpected behavior.
Yes, but after the release of .NET 6 or rather EF Core 6.
It is already in RC2, which is considered production ready. Any chance for a pre-release?
I just released 4.0.0-beta01
which is for EF Core 6 and requires .NET 6.
If you find some issues then please open new task(s) for better tracking.