Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
morelinq (source) 3.3.2 -> 4.4.0 age adoption passing confidence

Release Notes

morelinq/MoreLINQ (morelinq)

v4.4.0: 4.4.0

NuGet Package Documentation

What's New 📣

What's Changed 🗒️

New Contributors 👋🏽

See Also ℹ️

v4.3.0

NuGet Package Documentation

This is a maintenance release that introduces no new APIs.

What's New 📣

What's Changed 🗒️

New Contributors 👋🏽

See Also ℹ️

v4.2.0: 4.2.0

NuGet Package Documentation

This is a bug fix and maintenance release.

What's Changed 🗒️

See Also ℹ️

v4.1.0: 4.1.0

NuGet Package Documentation

What's New 📣

New Contributors 👋🏽

What's Changed 🗒️

See Also ℹ️

v4.0.0: 4.0.0

NuGet Package Documentation

What's New 📣

This release introduces an experimental version of Batch that allows use of an array pool for batches, which can especially help reduce (potentially LOH) allocations for very large batch sizes.

New aliases are introduced for the following existing methods because they conflicted with identically named methods introduced in .NET 6.0, but which differ in definition and behaviour:

The superseded methods have been marked obsolete and will most probably be removed in a future version. For more details, see #​1018.

In a similar vein, this release also retires the following extension methods that are now part of .NET proper and which have identical names and behaviour:

  • Append
  • Batch
  • Concat
  • DistinctBy
  • Prepend
  • SkipLast
  • TakeLast
  • ToHashSet

This helps to prevent ambiguity errors during compilation when System.Linq and MoreLinq namespaces are imported together in a file or a namespace. The retirement is done such that the above methods appear as regular static methods rather than extension methods depending on the compilation target. This helps to maintain source as well as binary compatibility. Special thanks to @​viceroypenguin for helping with this (see #​945 for more details). The upshot is that projects that prefer to import the MoreLinq namespace rather than individual extensions can simply do so without running into ambiguity compilation errors. However, do bear in mind that this does not prevent future conflicts from appearing should more of MoreLINQ's methods find their way into .NET.

Breaking Changes ⚠️

Since this a major release, some source and binary breaking changes that are listed below were introduced. Please read the details to see if you're affected.

New Contributors 👋🏽

What's Changed 🗒️

See Also ℹ️

v3.4.2: 3.4.2

NuGet Package Documentation

This is a bug fix and maintenance release.

What's Changed 🗒️

See Also ℹ️

v3.4.1: 3.4.1

NuGet Package Documentation

This is a bug fix and maintenance release.

What's Changed 🗒️

See Also ℹ️

v3.4.0: 3.4.0

NuGet Package Documentation

What's New 📣

This release notably adds nullable reference type annotations (see #​582 and #​803), the two experimental operators below and fixes a few bugs:

Breaking Changes ⚠️

While there are no breaking API changes in this release, the following changes will affect users using on .NET versions that have reached end-of-life:

See Also ℹ️

New Contributors 👋🏽

What's Changed 🗒️


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/morelinq-4.x branch 3 times, most recently from 97065e5 to 0b50d7b Compare June 30, 2025 19:03
@renovate renovate bot force-pushed the renovate/morelinq-4.x branch 2 times, most recently from f70f1c1 to 5853d61 Compare June 30, 2025 19:05
@renovate renovate bot force-pushed the renovate/morelinq-4.x branch from 5853d61 to bff8057 Compare June 30, 2025 19:06
@JamieMagee JamieMagee merged commit 0861119 into main Jun 30, 2025
2 checks passed
@renovate renovate bot deleted the renovate/morelinq-4.x branch June 30, 2025 19:07
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.

1 participant