Skip to main content
morelinq package icon

morelinq

IMPORTANT: This project is BETA quality. The author "definitely wants to take another look over it (and possibly add more stuff) before declaring it done." With that being stated, LINQ to Objects is missing a few desirable features. This project will enhance LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ.

Total Downloads
125.1M
125,148,448
Published
Jun 3, 2011
Latest stable version

Install

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

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.