Ross ROSS = Recommend OSS · open-source software intelligence for agents

morelinq/MoreLINQ

Extensions to LINQ to Objects observed · 2026-08-28

github.com/morelinq/MoreLINQ · homepage · C# · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

47/100

  • Activity 54
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4030
  • days_rel: 610
  • days_push: 281
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3834 stars · 420 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

MoreLINQ is a C# library that extends LINQ to Objects with additional extension methods for IEnumerable<T>, such as Batch, DistinctBy, MaxBy, and Windowed. It is distributed as a NuGet package and keeps to the design spirit of standard LINQ.

Use cases

  • batch an IEnumerable into fixed-size chunks in C#
  • find the max element by a key selector without sorting
  • window or slide over a sequence in .NET
  • get distinct elements by a specific property in LINQ
  • zip sequences of different lengths in C#
  • take every nth element from a collection

When to choose

  • you write .NET/C# code and want richer sequence operators than the built-in LINQ provides
  • you want a lightweight, dependency-free NuGet package that follows LINQ conventions
  • you need well-documented, battle-tested IEnumerable extensions

When to avoid

  • you work outside the .NET ecosystem
  • you only need one or two simple helpers that are trivial to write yourself
  • you need async/IAsyncEnumerable extensions, which this library does not focus on

Facets

library · maturity stable

developer-tools developer-tools programming-languages dotnet cross-platform linq csharp ienumerable extension-methods nuget

2 sources

Member repositories

RepositoryRoleHealth v2
morelinq/MoreLINQmain47

For agents

markdown · JSON · MCP: product_card(name="morelinq/MoreLINQ")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem