vipwan / Biwen.EFCore.UseRowNumberForPaging

Biwen.EFCore.UseRowNumberForPaging
MIT License
1 stars 0 forks source link

Error in .NET9 #2

Open yltsa opened 2 hours ago

yltsa commented 2 hours ago

Hi

Thank you very much for the .NET9 support. But there is an error in SqlServer2008QueryTranslationPostprocessorFactory.ch when I run my code. That has been OK in .NET8:

image

Do you know what happens?

BR, Ilkka

yltsa commented 2 hours ago

If I comment that line, there comes a new error:

image

And if taking the casting out there comes a new problem:

image

I have no idea what happens. I had the same problems yesterday when I tried to upgrade this library to .NET9..