-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
typeof(Queryable).GetMethods() returns the result in different order for .NET 5 and .NET 6 #71422
Comments
I think this is effectively a duplicate of #46272, which is going to be fixed in .Net 7. So you should get a consistent order starting with .Net 7 (assuming the source code of |
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/area-system-linq Issue DetailsDescriptionBelow code returns different results between .NET 5 and .NET 6.
In the below image you can see order of methods is changed between .NET 5 and .NET 6. Configuration6.0.106 - Issue reproduced Regression?Yes.
|
Closing as duplicate of #46272. |
Description
Below code returns different results between .NET 5 and .NET 6.
In the below image you can see order of methods is changed between .NET 5 and .NET 6.
Configuration
6.0.106 - Issue reproduced
6.0.301 - issue reproduced
6.0.203 - issue reproduced
Regression?
Yes.
The text was updated successfully, but these errors were encountered: