Skip to main content

This project enhances LINQ to Objects with the following methods: Acquire, Assert, AssertCount, Batch, Cartesian, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Exclude, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Interleave, Lag, Lead, MaxBy, MinBy, NestedLoops, OrderBy, OrderedMerge, Pad, Pairwise, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Scan, Segment, SingleOrFallback, SkipUntil, Slice, SortedMerge, Split, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToDataTable, ToDelimitedString, ToHashSet, Trace, Windowed, ZipLongest, ZipShortest

Total Downloads
125.1M
125,148,448
Published
Feb 9, 2016
Latest stable version

Install

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

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.

This version is marked prerelease. Validate its API and upgrade path before production use.

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.