LINQ LeftJoin / RightJoin operators coming in .NET 10
In .NET 10, we'll get Left and Right join to match their SQL equivalents.
What does everyone think?
Issue: https://github.com/dotnet/runtime/issues/110292
PR: https://github.com/dotnet/runtime/pull/110872
One of the unit tests from the dotnet/runtime repo showing an example of LeftJoin ...