-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Linq.Queryable breaking changes in .NET 6 #493
Comments
Hello @eiriktsarpalis, thanks for notifying these changes. Can you give an ETA when these changes will be published to .NET 6 ? BTW: I need to read all the information you provided to assess the changes required in this project. |
Hi @StefH, some of these changes can already be found in .NET 6 preview 2. |
Preview versions for EF 6 are available on NuGet. |
How extensive are the changes necessary to fix this? Can I expect a fix anytime soon? I ended up having to downgrade a project back to .NET 5 because of this. |
What version from System.Linq.Dynamic.Core did you use? |
@wihrl This is about .NET 6, and not about EF 6. I'll look into this. |
Hi - we've also run into this issue using Radzen.Blazor with .NET 6 preview, it's described on the Radzen forums which actually references this issue. |
Please try version |
@StefH It works fine for me on a Radzen RadzenDataGrid. It used to throw an exception before upgrading to p.s I've only tested filtering on a text column. |
@StefH it works! Thanks so much for the quick fix. |
It works for me too. |
@sofiageo I'll try to release an official Note that I'll also create a new issue to also support the new Queryable methods which are introduced in .NET 6 |
Woohoo bless you all. +1 to being brought here due to Radzen. Installed the latest preview and ERRORS BE GONE. Well, until the next one. 😅 Appreciate all the work you are doing out there! |
@Mike-E-angelo |
Gosh @StefH you're right I got so excited once I saw the preview I stopped reading the rest of the thread and just upvoted. 😆 Updated and installed. 👍 |
Hi, I'm the area owner for System.Linq in the .NET libraries team. As part of our efforts to improve LINQ in .NET 6 we have added a small number of method overloads to the queryable APIs. This is known to break query providers whose reflection code does not account for method overloading. I have filed a breaking change issue which contains instructions on how to mitigate the problem.
I'm contacting you directly since we have received reports that your nuget package
System.Linq.Dynamic.Core
is also affected by this change.The text was updated successfully, but these errors were encountered: