Skip to main content
morelinq package icon

morelinq

This project enhances LINQ to Objects with the following methods: Acquire, Aggregate (some EXPERIMENTAL), AggregateRight, Append, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Batch, Cartesian, Choose, CountBetween, CompareCount, CountBy, CountDown, Consume, DistinctBy, EndsWith, EquiZip, Evaluate, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, IndexBy, Insert, Interleave, Lag, Lead, LeftJoin, MaxBy, Memoize (EXPERIMENTAL), Merge (EXPERIMENTAL), MinBy, Move, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, Return, RightJoin, RunLengthEncode, Scan, ScanBy, ScanRight, Segment, Sequence, Shuffle, SkipLast, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, TrySingle (EXPERIMENTAL), Unfold, Window, WindowLeft, WindowRight, ZipLongest, ZipShortest

Total Downloads
125.1M
125,148,448
Published
Apr 2, 2023
Latest stable version

Install

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

Frameworks

.NETFramework4.6.2 .NETStandard1.0 .NETFramework6.0 .NETStandard2.0 .NETStandard2.1

Dependencies

System.ValueTuple
.NETFramework4.6.2
[4.5.0, )
NETStandard.Library
.NETStandard1.0
[1.6.1, )
System.ValueTuple
.NETStandard1.0
[4.5.0, )

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.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

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.