Skip to main content
morelinq package icon

morelinq

This project enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Index, MaxBy, MinBy, OrderedMerge, Pad, Pairwise, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDataTable, ToDelimitedString, ToHashSet, Trace, Zip, ZipLongest

Total Downloads
125.1M
125,148,448
Published
May 19, 2015
Latest stable version

Install

.NET CLI
dotnet add package morelinq --version 1.1.1
Package Manager Console
Install-Package morelinq -Version 1.1.1
PackageReference
<PackageReference Include="morelinq" Version="1.1.1" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Codebases that repeatedly implement custom sequence helpers and want tested reusable operators.

LINQ guide
Why it appears in the guide: Large catalog of additional LINQ operators for sequence transforms and analysis. Trade-off: Extra operators can reduce readability if used without team conventions and review discipline.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.