MoreLINQ

Extensions to LINQ to Objects

APACHE-2.0 License

Stars
3.6K
Committers
47

Bot releases are hidden (Show)

MoreLINQ - 2.4.1

Published by atifaziz over 7 years ago

NuGet Package

2.4.1 is a maintenance release that addresses packaging issues. There are no new features or code bug fixes since the previous release.

See also:

MoreLINQ - 2.4.0

Published by atifaziz over 7 years ago

NuGet Package

Adds new operators:

  • Partition

Adds new overloads for the following operators:

  • ToDictionary
  • ToLookup
  • Fold

See also:

MoreLINQ - 2.3.0

Published by atifaziz over 7 years ago

NuGet Package

Adds the following operators:

  • AggregateRight
  • Unfold

See also:

MoreLINQ - 2.2.0

Published by atifaziz over 7 years ago

NuGet Package

Adds the following operators:

  • Repeat (new overload)
  • Sequence
  • SkipLast

See also:

MoreLINQ - 2.1.0

Published by atifaziz over 7 years ago

NuGet Package

Adds the following operators:

  • AtMost
  • CountBetween
  • Exactly
  • FillBackward
  • FillForward

The following are now obsolete:

  • Incremental
  • ToDelimitedString (only overloads with zero arguments)

See also:

MoreLINQ - 2.0.0

Published by atifaziz almost 8 years ago

NuGet Package

Adds the following operators:

  • Assert
  • AtLeast
  • Cartesian
  • CountBy
  • EndsWith
  • EquiZip
  • Exclude
  • FallbackIfEmpty
  • FullGroupJoin
  • GroupAdjacent
  • Incremental
  • Interleave
  • Lag
  • Lead
  • NestedLoops
  • OrderBy
  • PartialSort
  • PartialSortBy
  • Permutations
  • Random
  • RandomDouble
  • RandomSubset
  • Rank
  • RankBy
  • Repeat
  • RunLengthEncode
  • Segment
  • Slice
  • SortedMerge
  • StartsWith
  • Subsets
  • TagFirstLast
  • ThenBy
  • TraverseBreadthFirst
  • TraverseDepthFirst
  • Windowed
  • ZipShortest

Marks the following obsolete:

  • SingleOrFallback (#122)