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

Enable nullable context for extensions generated via T4

atifaziz opened this pull request almost 2 years ago
Some generated extensions are missing nullable annotations

atifaziz opened this issue almost 2 years ago
Add public API tracking

atifaziz opened this pull request almost 2 years ago
Fix `Permutations` for when source length is >12

atifaziz opened this pull request almost 2 years ago
`Permutations` returns wrong number of permutations for N > 12

atifaziz opened this issue almost 2 years ago
Permutations on Generic Objects

laurinpaech opened this issue almost 2 years ago
Produce deterministic CI builds

atifaziz opened this pull request almost 2 years ago
Validate package

atifaziz opened this pull request almost 2 years ago
Produce deterministic CI builds

atifaziz opened this issue almost 2 years ago
Use compiler-generated delegate cache in `AssertCount`

atifaziz opened this pull request almost 2 years ago
Remove unused imports (in `ToDelimitedString`)

atifaziz opened this pull request almost 2 years ago
Add read-me document to NuGet package

atifaziz opened this pull request almost 2 years ago
Implement `Fold` entirely in its own terms

atifaziz opened this pull request almost 2 years ago
Fix inconsistencies in `Fold` doc

atifaziz opened this pull request almost 2 years ago
Update .NET SDK to 7.0.200

atifaziz opened this pull request almost 2 years ago
Use compiler-generated delegate caches in `ToDelimitedString`

atifaziz opened this pull request almost 2 years ago
Fix collection-optimized paths for `Batch`

viceroypenguin opened this pull request almost 2 years ago
Add `CopyTo` operator

viceroypenguin opened this pull request almost 2 years ago
Add `CopyTo` Operator

viceroypenguin opened this issue almost 2 years ago
Review `ToArrayByIndex` Nullability

viceroypenguin opened this issue almost 2 years ago
Simplify `Fold` Implementation

viceroypenguin opened this pull request almost 2 years ago
Add new `SourceKind`: `Collection` and `List` and use it for `EndsWith` tests.

Orace opened this pull request almost 2 years ago
Make use of `message` in `Debug.Assert`

i3arnon opened this pull request almost 2 years ago
Fix some doc comments

atifaziz opened this pull request almost 2 years ago
Dynamically discover/build glob for ECLint

atifaziz opened this pull request almost 2 years ago
Migrate Operators to Source Generators

viceroypenguin opened this issue almost 2 years ago
Remove testing on .NET Core 3.1 that's no longer supported

atifaziz opened this pull request almost 2 years ago
Discard unused expression value (IDE0058)

atifaziz opened this pull request almost 2 years ago
Run T4 templates if targets are out-of-date

atifaziz opened this pull request almost 2 years ago
Separate build pre-/post-validation into relevant CI sections

atifaziz opened this pull request almost 2 years ago
Solution getting built twice during a CI build

atifaziz opened this issue almost 2 years ago
Revoke (obsolete) disabling of parallel builds

atifaziz opened this pull request almost 2 years ago
Consolidate structural differences in `*Like` types

atifaziz opened this pull request almost 2 years ago
Rename read-only list/collection field of `ListLike`/`CollectionLike`

atifaziz opened this pull request almost 2 years ago
Improve Error Checking Code

viceroypenguin opened this pull request almost 2 years ago
Fix collection-optimized paths to be at iteration-time

atifaziz opened this pull request almost 2 years ago
Hide extensions that conflict with newer .NET versions

viceroypenguin opened this pull request almost 2 years ago
Enforce and address code style issues

atifaziz opened this pull request almost 2 years ago
Some operators incorrectly cache count of a collection source

viceroypenguin opened this issue almost 2 years ago
Improve list optimisation in `CountDown`

atifaziz opened this pull request almost 2 years ago
Fix home when setting path during CI build

atifaziz opened this pull request almost 2 years ago
Revert integration of T4 code generation into project file

atifaziz opened this pull request almost 2 years ago
Spread tuples: [(x, x), (x, x), …] → [x, x, x, x, …]

atifaziz opened this issue almost 2 years ago
Declare & set modifier preference (IDE0040) severity

atifaziz opened this pull request almost 2 years ago
Improve and Validate `TestingSequence` assertions

viceroypenguin opened this pull request almost 2 years ago
Updated .NET Framework target to 4.6.2

atifaziz opened this pull request almost 2 years ago
Remove unused imports

atifaziz opened this pull request about 2 years ago
Avoid closures due to implementations in local functions

viceroypenguin opened this issue about 2 years ago
Simplify `ZipLongest` implementation

viceroypenguin opened this pull request about 2 years ago
Simplify `ZipShortest` implementation

viceroypenguin opened this pull request about 2 years ago
Update argument validation to favour JIT in-lining

viceroypenguin opened this issue about 2 years ago
Simplify `EquiZip` implementation

viceroypenguin opened this pull request about 2 years ago
Improve `TestingSequence` assertions

viceroypenguin opened this pull request about 2 years ago
Aggregate all or some/partial/none

atifaziz opened this issue about 2 years ago
Add generic version of `Sequence` for any number type

atifaziz opened this pull request about 2 years ago
Generic `Sequence` for any number type

atifaziz opened this issue about 2 years ago
`.Memoize()` Concerns

viceroypenguin opened this issue about 2 years ago
Add exceptions section to `Zip*` docs

viceroypenguin opened this pull request about 2 years ago
Document `Partition` exceptions

viceroypenguin opened this pull request about 2 years ago
`ScanBy`: Update docs

viceroypenguin opened this pull request about 2 years ago
`Batch` overloads using an array pool

atifaziz opened this pull request about 2 years ago
Use .NET 6 SDK while dropping .NET 5 & Core 2.1

atifaziz opened this pull request about 2 years ago
Adds new overload for Batch (BucketFactory)

leandromoh opened this pull request about 3 years ago
Validate expressions argument to `ToDataTable` cannot be null

atifaziz opened this issue almost 4 years ago
Merge sequence of async streams into single async stream

atifaziz opened this pull request almost 4 years ago
[Proposal] WhereNotNull & SelectNotNull

bram209 opened this issue almost 4 years ago
Batch for async stream source

Dunge opened this issue about 4 years ago
#191 force

dzmitry-lahoda opened this pull request about 4 years ago
Add ZipMap

matachi opened this pull request over 4 years ago
Fix tests that assert disposal & single iteration of enumerators

atifaziz opened this pull request over 4 years ago
Add SpillHead

atifaziz opened this pull request over 4 years ago
Spill head projection to remaining sequence

atifaziz opened this issue over 4 years ago
SortedMerge: Test do not call MoveNext eagerly

Orace opened this pull request about 5 years ago
SortedMerge doesn't throw immediately on null parameter.

Orace opened this pull request about 5 years ago
SortedMerge doesn't throw on null parameter.

Orace opened this issue about 5 years ago
Zip refactoring

Orace opened this pull request about 5 years ago
Added Tuplewise operator

jonasdmentia opened this pull request about 5 years ago
Porting code to Use C# 8 Nullable Reference Types

moh-hassan opened this issue about 5 years ago
Fix `Exclude` to not call `MoveNext` past end of sequence

Orace opened this pull request about 5 years ago
For optimization return collection or list when possible

Orace opened this issue about 5 years ago
Perform the tests against IEnumerable, ICollection, IList, ...

Orace opened this issue about 5 years ago
`Exclude` calls `MoveNext` after enumeration ends

Orace opened this issue about 5 years ago
ZipMap: ([x], x → y) → [(x, y)]

atifaziz opened this issue about 5 years ago
Fix `Subsets` so it returns an empty set when k = 0

Orace opened this pull request about 5 years ago
`Subsets(0)` should return an empty set

Orace opened this issue about 5 years ago
Zip while

Orace opened this pull request about 5 years ago
Add overloads that return tuples as default projections

atifaziz opened this pull request over 5 years ago
Simpler overloads that return tuples as default projections

atifaziz opened this issue over 5 years ago
Added ScanBy

leandromoh opened this pull request over 5 years ago
Scan by key/group

atifaziz opened this issue almost 6 years ago
ToArray() with size / ToList() with initial size

myblindy opened this issue almost 6 years ago
Bind to source items by indicies

atifaziz opened this issue about 6 years ago
Memoize overload with number of items to cache

Arithmomaniac opened this issue about 6 years ago
Simplify tests for count family of methods

Arithmomaniac opened this pull request over 6 years ago
Add `UsingTestingSequence` to enforce simpler & correct usage

atifaziz opened this pull request over 6 years ago
List-like union as struct to save allocation + virtual dispatch

atifaziz opened this pull request over 6 years ago
SkipLastWhere suggested function

myblindy opened this issue over 6 years ago
Refactor tests using ArrangeCollectionTestCases to expanded cases

atifaziz opened this issue over 6 years ago