Skip to content

Run tests using .NET 10#3662

Open
hazzik wants to merge 21 commits intonhibernate:masterfrom
hazzik:net10
Open

Run tests using .NET 10#3662
hazzik wants to merge 21 commits intonhibernate:masterfrom
hazzik:net10

Conversation

@hazzik
Copy link
Copy Markdown
Member

@hazzik hazzik commented Mar 13, 2025

No description provided.

@cremor
Copy link
Copy Markdown
Contributor

cremor commented Nov 28, 2025

Idea: Add tests to see how NHibernate handles the new APIs Queryable.LeftJoin and Queryable.RightJoin that were added in .NET 10.

RightJoin will most likely throw an unsupported exception, so maybe that is not relevant.
But LeftJoin is already available as an extension method in NHibernate itself. What happens when targeting .NET 10, is it still using the NHibernate method, or is it picking up the .NET 10 one (if both namespaces are used)?

@ValResnick
Copy link
Copy Markdown
Contributor

Hi,

is there an estimated release date for a version that will be compatible with .NET 10?
We would love to upgrade our project to .NET10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants