Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/morelinq/MoreLINQ

Extensions to LINQ to Objects
https://github.com/morelinq/MoreLINQ

Hide ToHashSet in .net472

svg2003 opened this issue 2 months ago
Cleanup NUnit1030

baranyaimate opened this pull request 2 months ago
Introduce `SkipLastWhile` extension

ArmoryNode opened this pull request 2 months ago
[Feture Request] Span LINQ

c0nstexpr opened this issue 3 months ago
Simplify internal implementation details of `EndsWith`

atifaziz opened this pull request 3 months ago
Drop conditional testing on Mono

atifaziz opened this pull request 3 months ago
.NET 9 adds a conflicting version of `Index`

atifaziz opened this issue 3 months ago
Hide `CountBy` that's being added in .NET 9

atifaziz opened this issue 3 months ago
Drop CI build matrix & testing on macOS images

atifaziz opened this pull request 3 months ago
Proposition | New form of Zip: MultiZip

the-black-wolf opened this issue 4 months ago
Update all tools to their latest versions

atifaziz opened this pull request 4 months ago
Bump version to 4.3.1

atifaziz opened this pull request 4 months ago
Update .NET SDK to 8.0.400, including dependencies

atifaziz opened this pull request 4 months ago
Enable Native AOT compatibility (trimming support)

atifaziz opened this pull request 8 months ago
Pin to .NET SDK 8.0.2xx

atifaziz opened this pull request 8 months ago
Update NuGet package validation tool to latest version

atifaziz opened this pull request 8 months ago
Remove testing against .NET 7 (near end-of-life)

atifaziz opened this pull request 8 months ago
`Rank` does not iterate source on re-iterations

atifaziz opened this issue 8 months ago
Removed closures in favour of private static methods to close issue #906

JacobSilasBentley opened this pull request 8 months ago
Update packages to their latest versions

atifaziz opened this pull request 9 months ago
Fix style errors: IDE0028, IDE0290, IDE0300 & IDE0301

atifaziz opened this pull request 9 months ago
Adjusted spacing for clarity

Ai-N3rd opened this pull request 10 months ago
Async versions of OrderedMerge and GroupAdjacent

danielearwicker opened this issue 11 months ago
Fix pending tasks wait loop in async streams `Merge`

atifaziz opened this pull request 12 months ago
Add GitHub Action workflow for building

atifaziz opened this pull request 12 months ago
Update Ubuntu image on CI to use 18.04

atifaziz opened this pull request 12 months ago
Preparation for next release (4.2)

atifaziz opened this pull request about 1 year ago
Refactor `Permutations` into an iterator method

atifaziz opened this pull request about 1 year ago
Update shipped API for v4.1

atifaziz opened this pull request about 1 year ago
Refactor `Subsets` core into an iterator method

atifaziz opened this pull request about 1 year ago
Use `EqualityComparer<T>.Create` from .NET 8

atifaziz opened this pull request about 1 year ago
Set simple field naming rules with `this` qualifier

atifaziz opened this pull request about 1 year ago
Refactor `RandomSubset` internals for DRY, removing closure

viceroypenguin opened this pull request about 1 year ago
Address `Subsets` to-do about clearer members names

atifaziz opened this pull request about 1 year ago
`Subsets` enumerator doesn't return same array from `Current`

atifaziz opened this issue about 1 year ago
Update to using C# 12

atifaziz opened this pull request about 1 year ago
Update tests to use `TestingSequence`

viceroypenguin opened this pull request about 1 year ago
Revise tests to avoid using `Eumerable.Range`

atifaziz opened this issue about 1 year ago
Simplify `Slice` operator

viceroypenguin opened this pull request about 1 year ago
Set package validation baseline to version 4.0

atifaziz opened this pull request about 1 year ago
Use .NET 8 SDK to add .NET 8 target

atifaziz opened this pull request about 1 year ago
Hide `ToDictionary()` in net8+

viceroypenguin opened this pull request about 1 year ago
Update MoreLinq to net8.0

viceroypenguin opened this pull request about 1 year ago
Enable `ImplicitUsings`

viceroypenguin opened this pull request about 1 year ago
Introduce `Duplicates` extension

julienasp opened this pull request about 1 year ago
Remove tail items while condition is true

atifaziz opened this issue about 1 year ago
Update test packages to latest versions

atifaziz opened this pull request about 1 year ago
Update shipped API per v4.0

atifaziz opened this pull request about 1 year ago
Add `AggregateOrDefault`

skarllot opened this pull request about 1 year ago
Improve GroupAdjacent

jods4 opened this issue about 1 year ago
Don't validate content of `otherSequences` argument of `Interleave`

atifaziz opened this pull request about 1 year ago
Fix exception thrown when `Pad`/`PadStart` width is invalid

atifaziz opened this pull request about 1 year ago
`Interleave` shouldn't validate `otherSequences` members

atifaziz opened this issue about 1 year ago
`Pad` should throw `ArgumentOutOfRangeException` for invalid width

atifaziz opened this issue about 1 year ago
List required PolySharp polyfills explicitly

atifaziz opened this pull request about 1 year ago
Review NUnit1029

atifaziz opened this issue about 1 year ago
Review NUnit1030

atifaziz opened this issue about 1 year ago
Update all packages to latest versions

atifaziz opened this pull request about 1 year ago
Remove redundant IsExternalInit package

atifaziz opened this pull request about 1 year ago
Validate `expressions` argument of `ToDataTable`

atifaziz opened this pull request about 1 year ago
Hide `CountBy` in net9+

viceroypenguin opened this issue about 1 year ago
Add `Minima` & `Maxima` as successors to `MinBy` & `MaxBy`

atifaziz opened this pull request about 1 year ago
Add `Minima` & `Maxima` to supersede `MinBy` & `MaxBy`

atifaziz opened this issue about 1 year ago
Remove `Windowed` that's superseded by `Window`

atifaziz opened this pull request about 1 year ago
Remove `Windowed` that's been obsolete since 3.0

atifaziz opened this issue about 1 year ago
🚧 Add simpler `Unfold` overload

atifaziz opened this pull request about 1 year ago
Change `Batch` to return arrays

atifaziz opened this pull request about 1 year ago
Suppress `EnableGenerateDocumentationFile` warning as workaround for IDE0005

atifaziz opened this pull request about 1 year ago
Hide `ToDictionary()` in net8+

viceroypenguin opened this issue over 1 year ago
refactored slice to avoid twice iteration

leandromoh opened this pull request over 1 year ago
Update package validation tool to v1.0.12

atifaziz opened this pull request over 1 year ago
Re-enable tests for hidden extensions on all targets

atifaziz opened this pull request over 1 year ago
Fix schema binding signature in `ToDataTable` implementation

atifaziz opened this pull request over 1 year ago
Dissolve schema query into distinct `ToDataTable` paths

atifaziz opened this pull request over 1 year ago
Fix bug in `FillForward` when filler is `null`

atifaziz opened this pull request over 1 year ago
Compile Error MoreLinq/ToDataTable.cs

MHLab opened this issue over 1 year ago
Remove obsolete `Concat` method

pflajszer opened this pull request over 1 year ago
Adds HasDuplicates

julienasp opened this pull request over 1 year ago
FullGroupJoin with null keys

fhucko opened this issue over 1 year ago
`FillForward` bug when filler is `null`

viceroypenguin opened this issue over 1 year ago
[Proposal] Trim Extension

jamkin opened this pull request over 1 year ago
Default elements from a secondary source

atifaziz opened this issue over 1 year ago
Add Extension Method for Enumerating all Pairs

jamkin opened this pull request over 1 year ago
Use docopt.net to parse extensions generator CLI args

atifaziz opened this pull request almost 2 years ago
Remove `Concat` that's been obsolete since 3.0

atifaziz opened this issue almost 2 years ago
Merge fix for #990 into master

atifaziz opened this pull request almost 2 years ago
Fix `Unfold` bug so iterations are repeatable

atifaziz opened this pull request almost 2 years ago
`Unfold` leaks state across iterations

atifaziz opened this issue almost 2 years ago
`GroupAdjacent` overload with a pairwise predicate

declard opened this pull request almost 2 years ago
Set .NET Standard 2.0 as the baseline target

atifaziz opened this pull request almost 2 years ago
Set baseline target to .NET Standard 2.0

atifaziz opened this issue almost 2 years ago
Skip build when testing on CI

atifaziz opened this pull request almost 2 years ago
Update "dotnet-install" scripts

atifaziz opened this pull request almost 2 years ago
Fix error handling in Windows batch scripts

atifaziz opened this pull request almost 2 years ago
Use raw strings for quoted code in extensions generator

atifaziz opened this pull request almost 2 years ago