Skip to content

Fix .NET11 compatibility: choose among Join() overloads correctly#489

Merged
SergeiPavlov merged 1 commit into
master-servicetitanfrom
join
Jun 10, 2026
Merged

Fix .NET11 compatibility: choose among Join() overloads correctly#489
SergeiPavlov merged 1 commit into
master-servicetitanfrom
join

Conversation

@SergeiPavlov

Copy link
Copy Markdown
Collaborator

There is a new IQueryable.Join<>() overload in .NET11, confusing DO.

break;
case nameof(System.Linq.Queryable.Join):
if (parameters.Length == 5) {
if (parameters.Length == 5 && methodInfo.GetGenericArguments().Length == 4) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add this new overload also?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be Xtensive will do it after .NET11 release.
For now there are no usages in the App. We just need to resolve ambiguity.

@SergeiPavlov SergeiPavlov merged commit 2697d81 into master-servicetitan Jun 10, 2026
85 checks passed
@SergeiPavlov SergeiPavlov deleted the join branch June 10, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants