Ecosyste.ms: OpenCollective

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

MoreLINQ


Collective - Host: opensource - https://opencollective.com/morelinq - Code: https://github.com/morelinq

Make BreakingList inherit from BreakingCollection

github.com/morelinq/MoreLINQ - 53f74175c1173c589e6714ab1a9fc5f96c398c01 authored almost 7 years ago by Avi Levin <[email protected]>
Consolidate (read-only) list optimization test duplication

Closes #385

github.com/morelinq/MoreLINQ - 8d4e87139888a916c6c9f499596a7460e23630e1 authored almost 7 years ago by Avi Levin <[email protected]>
VS wants to tag our NUnit-based test project so

In Microsoft's own words[1]:

> To support third-party test frameworks, like NUnit and XUnit, Vi...

github.com/morelinq/MoreLINQ - 9b235e1a67c1d67a988f880d689fa201d3020087 authored almost 7 years ago by Atif Aziz <[email protected]>
Drop obsolete SingleOrFallback method

Closes #388

github.com/morelinq/MoreLINQ - b72d8ddbfdffe71e43fe4a6e5fd70953db894ca1 authored almost 7 years ago by Felipe Sateler <[email protected]>
Remove Zip stub file

This was there for the source package[1] when embedded in a project
targeting Microsoft .NET Fra...

github.com/morelinq/MoreLINQ - 71b1ee69f8f67cd9d18d03a1d62e54080f0a2aec authored almost 7 years ago by Atif Aziz <[email protected]>
Consistent use of test sequences in Flatten tests

github.com/morelinq/MoreLINQ - 47396a989c33b6788f3a0802a6c431bf0481b99b authored almost 7 years ago by leandromoh <[email protected]>
Test that Flatten evaluates inner sequences lazily

github.com/morelinq/MoreLINQ - 180e9c8e81ccad1e4e552c46343ef82688799fa6 authored almost 7 years ago by leandromoh <[email protected]>
Change MaxBy/MinBy to return all extrema elements

Closes #328

github.com/morelinq/MoreLINQ - 82e6538e9c0fb695ec5edc1c7f9e134f32dfc080 authored almost 7 years ago by Atif Aziz <[email protected]>
Bump packages versions for patch release

github.com/morelinq/srcpkg - af2a0ebff515d27a049ccc1a4d33688da065b15f authored almost 7 years ago by Atif Aziz <[email protected]>
Remove obsolete comment in Batch.

github.com/morelinq/MoreLINQ - 90b71afacc12474e90a0b656ddbfcf238482a64c authored almost 7 years ago by Atif Aziz <[email protected]>
Optimize FallbackIfEmpty for read-only collections (#128)

github.com/morelinq/MoreLINQ - e3e7037fce08ac379306fbb5182ef2adfdb1468e authored almost 7 years ago by Avi Levin <[email protected]>
Optimize TakeLast for read-only collections (#128)

github.com/morelinq/MoreLINQ - 18a5186f35c5a939887b22a229b7ba5dc8bd1b17 authored almost 7 years ago by Avi Levin <[email protected]>
Upgrade to C# 7.1 to use default literal expressions

It would also enable use of Inferred tuple element names in the future.

github.com/morelinq/MoreLINQ - a547885f0abc5b1de6a277af8e85e39d9351a373 authored almost 7 years ago by Atif Aziz <[email protected]>
Fix typo in Acquire return value doc

github.com/morelinq/MoreLINQ - 46ea59cc36b826b5db00e124488a694fd4c23002 authored almost 7 years ago by Atif Aziz <[email protected]>
More prominent experimental warning

github.com/morelinq/MoreLINQ - 79d7233e3dc1f1e1fba585aec817b50af41040bc authored almost 7 years ago by Atif Aziz <[email protected]>
Document the experimental namespace

github.com/morelinq/MoreLINQ - 08df6203172a11916d76fa0758715a882db9be55 authored almost 7 years ago by Atif Aziz <[email protected]>
Add namespace & type for experimental work

Closes #209

github.com/morelinq/MoreLINQ - 15859860fbe3d320197ba48e1142b9ba2f53a43c authored almost 7 years ago by Atif Aziz <[email protected]>
Remove file structure comment from doc summary

github.com/morelinq/MoreLINQ - 7522fd495560e0ada2f59be5cb45de6d69fa3fca authored almost 7 years ago by Atif Aziz <[email protected]>
Whitespace consistency in sources :art:

- Applies `insert_final_newline=true` from EditorConfig
- Applies `trim_trailing_whitespace=tru...

github.com/morelinq/MoreLINQ - 836f5910c00fb10181c04b2b27123f8ca896f8a5 authored almost 7 years ago by Atif Aziz <[email protected]>
Simplify looping condition in Sequence operator

github.com/morelinq/MoreLINQ - f09050dd0de7e0dae14680785fa7aaf1b40b23c4 authored almost 7 years ago by Leandro Fernandes <[email protected]>
Scan was too eager; fixes #392

Scan should yield results as soon as available instead of waiting for
the next iteration/elemen...

github.com/morelinq/MoreLINQ - 66d345838cbb564811611cbfd1cfc40f1fe48571 authored almost 7 years ago by Alex Bolenok <[email protected]>
Consolidate getting count of collection types

Closes #386

github.com/morelinq/MoreLINQ - ab7585769b728d259450bd13ad2337d20c7fb7c8 authored almost 7 years ago by Avi Levin <[email protected]>
Add CompareCount (compares lengths of sequences)

This is a squashed merge of PR #252.

github.com/morelinq/MoreLINQ - 744eeba099094608c63c9743e14a5f25cf99f330 authored almost 7 years ago by Jonas Nyrup <[email protected]>
Fix <c> formatting in Lag remarks doc

github.com/morelinq/MoreLINQ - f47e879db47eadd8df1c7f4e85ef27eeaa19f8ef authored almost 7 years ago by Atif Aziz <[email protected]>
Fix typo in FallbackIfEmpty doc summary

github.com/morelinq/MoreLINQ - 01f9c0da8438e545e05ae1935b8cc45d7618333a authored almost 7 years ago by Atif Aziz <[email protected]>
Optimize Slice for read-only lists (#128)

github.com/morelinq/MoreLINQ - ea483123999d3a099cabf51ce2ca2456b4fa6917 authored almost 7 years ago by Avi Levin <[email protected]>
Bump minimum framework version to 4.5.1

As per the .NET Framework lifecycle policy[1] today, all versions
below 4.5.1 are unsupported (...

github.com/morelinq/MoreLINQ - c0d23a895486eff50c95579e8f1fe5640681e5b2 authored almost 7 years ago by Felipe Sateler <[email protected]>
Optimize SkipLast for read-only collections (#128)

github.com/morelinq/MoreLINQ - 812045328654177044e67eb93212efa3a7de20a8 authored almost 7 years ago by Avi Levin <[email protected]>
Remove delimiter-less ToDelimitedString overloads

The overloads have been obsolete since version 2.1.

`ToDelimitedString` overloads accepting z...

github.com/morelinq/MoreLINQ - 725d931675ff06ac2faddcab5499c2254e03a80a authored almost 7 years ago by Atif Aziz <[email protected]>
Optimise EndsWith for read-only collections (#128)

github.com/morelinq/MoreLINQ - 9599c800cf7ccf4ca0a106fd52a6e86ac54ac3ba authored almost 7 years ago by Avi Levin <[email protected]>
Ignore IntelliJ Platform excludes

[skipci]

github.com/morelinq/MoreLINQ - 6ee347f635cd48429fe93ba89be40941dbdd11a4 authored almost 7 years ago by Atif Aziz <[email protected]>
Remove member regions

Renders consistent with the rest of the code base where regions
are limited to imports.

github.com/morelinq/MoreLINQ - ea6b0ef7a38d2d1ede275259520f79ca726f032d authored almost 7 years ago by Atif Aziz <[email protected]>
Replace ScanRightSeedCount<> with tuple

This was a to-do once .NET 3.5 target was dropped.

github.com/morelinq/MoreLINQ - be96ee1a12a0844c3dac467ecd85866afedea1a0 authored almost 7 years ago by Atif Aziz <[email protected]>
Optimise AssertCount for read-only collections (#128)

github.com/morelinq/MoreLINQ - 23db499dd18b7dd4ad4404b6c7020135e6a6a2c7 authored almost 7 years ago by Avi Levin <[email protected]>
Reorg ToDataTable members

- Public first, then supporting private ones
- Simpler & delegating overloads, first
- Make some...

github.com/morelinq/MoreLINQ - 396ea7e75cf21e8a048d514024cae0f8c1c26e01 authored almost 7 years ago by Atif Aziz <[email protected]>
Simplify member expression arg check

github.com/morelinq/MoreLINQ - f17a6827455f1e402f011a958567021c263edd49 authored almost 7 years ago by Atif Aziz <[email protected]>
Remove redundant parentheses

github.com/morelinq/MoreLINQ - 6961fd19f59461ed7af6d18af8c189da3aff629b authored almost 7 years ago by Atif Aziz <[email protected]>
Use pattern matching

github.com/morelinq/MoreLINQ - 17a580e36d66389fa1dc206ae05723b43b55c5bc authored almost 7 years ago by Atif Aziz <[email protected]>
Avoid closure allocation in count predicators

github.com/morelinq/MoreLINQ - 09370130cf439c759e46685dd118d3f46a3d200e authored almost 7 years ago by Atif Aziz <[email protected]>
Use pattern matching in QuantityIterator

github.com/morelinq/MoreLINQ - 55e957e6cae34cc0520429b30bd994804cb449aa authored almost 7 years ago by Atif Aziz <[email protected]>
Redundant `;` in Flatten

github.com/morelinq/MoreLINQ - 1d6dde101b53eab08c5168fe78089e52e6193469 authored almost 7 years ago by Atif Aziz <[email protected]>
Add refs to Bash scripts in VS sln

github.com/morelinq/MoreLINQ - 7b521fd4e77c83dc674aeeeb65a5c0e3e778865c authored almost 7 years ago by Atif Aziz <[email protected]>
Remove VS sln refs to retired scripts

The pausing proxy scripts were retired in commit
65ed7a54f54c9d4da2e5fc1757d1261217f3673c:

...

github.com/morelinq/MoreLINQ - 36b2531131e6025d1f5a0dee48d18619c9286bc1 authored almost 7 years ago by Atif Aziz <[email protected]>
Fix typo

github.com/morelinq/MoreLINQ - f6610814e7099d78f464527967c366e90574dc65 authored almost 7 years ago by Atif Aziz <[email protected]>
Retire (not-so-useful) pausing proxy scripts

github.com/morelinq/MoreLINQ - 65ed7a54f54c9d4da2e5fc1757d1261217f3673c authored almost 7 years ago by Atif Aziz <[email protected]>
Implement MinBy interms of MaxBy

github.com/morelinq/MoreLINQ - 4c6ffe9182845140661fb1aa00630ade84018e84 authored almost 7 years ago by Atif Aziz <[email protected]>
Remove Incremental, which is obsolete since 2.1

Closes #242

github.com/morelinq/MoreLINQ - 62bd9eee189d614c93b144224fb01bb3408c4681 authored almost 7 years ago by Atif Aziz <[email protected]>
Fix AssertCount to be lazy for collections too

Fixes #364

github.com/morelinq/MoreLINQ - 27a4c32f7a65c0cbcf283f08436b7850fb07252b authored almost 7 years ago by Atif Aziz <[email protected]>
Drop .NET Framework 3.5 target; closes #329

github.com/morelinq/MoreLINQ - dd7fa487ccec1f2c4347c889852b2b0d6394e6be authored almost 7 years ago by Atif Aziz <[email protected]>
Simplify assembly versioning, having in one place only

This removes the need for a T4 template and manual update. The build and
revision numbers haven'...

github.com/morelinq/MoreLINQ - a6e8f61f85d589588d90392949b642872877f1bc authored almost 7 years ago by Atif Aziz <[email protected]>
VS insists on having a Properties folder

github.com/morelinq/MoreLINQ - e98e40721ac6bea021a4bb1e0fb823a6eb01273f authored almost 7 years ago by Atif Aziz <[email protected]>
Assembly info isn't consequential for test project

github.com/morelinq/MoreLINQ - 35007c572d21923377a186ed83f8d747e3f860a1 authored almost 7 years ago by Atif Aziz <[email protected]>
Prepare for 3.0

github.com/morelinq/MoreLINQ - dc840008946cb627193a0ebc5ff7d58060a9f1f1 authored almost 7 years ago by Atif Aziz <[email protected]>
2.10 doc :shipit:

From morelinq/MoreLINQ@2729fa212c4b443a7fa647e22e58ab987a411186

github.com/morelinq/morelinq.github.io - 395475f9463b9eb7c40684abd7e4d71b8bc29727 authored almost 7 years ago by Atif Aziz <[email protected]>
2.10 doc :shipit:

From morelinq/MoreLINQ@2729fa212c4b443a7fa647e22e58ab987a411186

github.com/morelinq/www - 395475f9463b9eb7c40684abd7e4d71b8bc29727 authored almost 7 years ago by Atif Aziz <[email protected]>
Bump version to 2.10.0

github.com/morelinq/MoreLINQ - 2729fa212c4b443a7fa647e22e58ab987a411186 authored almost 7 years ago by Atif Aziz <[email protected]>
Add Flatten (arbitrarily-nested sequences)

Closes #356

github.com/morelinq/MoreLINQ - b82b5b70a5ccf0ef39f0870bf97df7a138a1aa7a authored almost 7 years ago by Leandro Fernandes <[email protected]>
2.9 doc :shipit:

From morelinq/MoreLINQ@64cb2632dd4e9813ae2dc2c0c6ab0aa7302bd70c

github.com/morelinq/morelinq.github.io - d00bd02ba6e4dc9812bbeb9380d52cbf2f489935 authored almost 7 years ago by Atif Aziz <[email protected]>
2.9 doc :shipit:

From morelinq/MoreLINQ@64cb2632dd4e9813ae2dc2c0c6ab0aa7302bd70c

github.com/morelinq/www - d00bd02ba6e4dc9812bbeb9380d52cbf2f489935 authored almost 7 years ago by Atif Aziz <[email protected]>
Update test project to enable Live Unit Testing in VS 2017

The Live Unit Testing (LUT) feature was introduced in Visual Studio
2017 Enterprise Edition ver...

github.com/morelinq/MoreLINQ - 64cb2632dd4e9813ae2dc2c0c6ab0aa7302bd70c authored about 7 years ago by Craig Norton <[email protected]>
Insert: rename source param to first

Parameter names `first` and `second` sound more related than `source`
and `second`.

github.com/morelinq/MoreLINQ - 7a1a38ee7b9a0e4d7dfb09d817f25ec5f1e07bd4 authored about 7 years ago by Atif Aziz <[email protected]>
Trim excess space in Insert sources

github.com/morelinq/MoreLINQ - e18df03914e28b2d798360ed46e0eca8d0162edd authored about 7 years ago by Atif Aziz <[email protected]>
Add Insert (...a sequence within another); closes #306

github.com/morelinq/MoreLINQ - 5d2b99932da617d10d3f2680d309a8fe2eb2fe61 authored about 7 years ago by Leandro Fernandes <[email protected]>
Add editorconfig with basic settings

github.com/morelinq/MoreLINQ - 47e174525be11b79936324f853bb4d53094c2f6b authored about 7 years ago by Felipe Sateler <[email protected]>
Prepare for 2.9

github.com/morelinq/MoreLINQ - 983a2cf99d87b92cd25740cb9e7baf1010a52e2f authored about 7 years ago by Atif Aziz <[email protected]>
2.8 doc :shipit:

From morelinq/MoreLINQ@0832e05e46b68cda51c00a3c29f38b1a09e26585

github.com/morelinq/www - 70f85712756ca46a7a9d0b4923c7d0818a46bbda authored about 7 years ago by Atif Aziz <[email protected]>
2.8 doc :shipit:

From morelinq/MoreLINQ@0832e05e46b68cda51c00a3c29f38b1a09e26585

github.com/morelinq/morelinq.github.io - 70f85712756ca46a7a9d0b4923c7d0818a46bbda authored about 7 years ago by Atif Aziz <[email protected]>
FullGroupJoin TSecond type param doc typo; fixes #349

github.com/morelinq/MoreLINQ - 0832e05e46b68cda51c00a3c29f38b1a09e26585 authored about 7 years ago by Atif Aziz <[email protected]>
Add left, right & full outer joins; closes #238

github.com/morelinq/MoreLINQ - c17be10d13c4986d99eab7677c48df8617eb0951 authored about 7 years ago by Atif Aziz <[email protected]>
No need to install grep on AppVeryor

MSYS comes pre-installed on AppVeryor:
https://www.appveyor.com/docs/build-environment/#mingw-m...

github.com/morelinq/MoreLINQ - aed8475e50084c0ddbd5853f0fd7023a01b51880 authored about 7 years ago by Atif Aziz <[email protected]>
Prevent accidental testing of duplicate LINQ members

Closes #351

.NET Core 2.0 has introduced a number of new methods on `Enumerable`
that could...

github.com/morelinq/MoreLINQ - b8ef74dc9a65d1c5757fb8f6911da83bcdac5548 authored about 7 years ago by Atif Aziz <[email protected]>
Add Move (element range to new offset); closes #311

github.com/morelinq/MoreLINQ - 60d08dc686b7a47275529b2f9e9aad460b3450f2 authored about 7 years ago by Leandro Fernandes <[email protected]>
Remove unused imports

github.com/morelinq/MoreLINQ - 8e7c57147f64ee50dd512ab814a7dfdf3a2506a1 authored over 7 years ago by Atif Aziz <[email protected]>
Remove tabs

github.com/morelinq/MoreLINQ - 062f1ff89c1a5d3dd534547c9212f8ca76647125 authored over 7 years ago by Atif Aziz <[email protected]>
Appveyor CI configuration syntax error fix

Error parsing appveyor.yml:
(Line: 5, Col: 7, Idx: 74) - (Line: 5, Col: 8, Idx: 75):...

github.com/morelinq/MoreLINQ - ad374fdb17a9174d47f68c3324a6727ae7784351 authored over 7 years ago by Atif Aziz <[email protected]>
Optimize TakeLast for collections

github.com/morelinq/MoreLINQ - 0d458d539f8c63b6583c2e27f3f8b2cefc85eaf4 authored over 7 years ago by Leandro Fernandes <[email protected]>
Skip CI build on doc or license changes

[skip ci]

github.com/morelinq/MoreLINQ - bff1112d267eda0f6e898257ea1c4993af186973 authored over 7 years ago by Atif Aziz <[email protected]>
Prepare for 2.8

github.com/morelinq/MoreLINQ - 6db11807532556fe6d844c6747b6262da8e1c6ea authored over 7 years ago by Atif Aziz <[email protected]>
Exclude test results from project files

github.com/morelinq/MoreLINQ - f446cc3010d595675548c0409b13272ad6d5deea authored over 7 years ago by Atif Aziz <[email protected]>
Rename Assert to AssertThrowsArgument to lessen static analysis noise

Assert was mostly there for asserting exceptions raised due to invalid
arguments so renaming to ...

github.com/morelinq/MoreLINQ - 881472f6d0c0565b063d6e5f4306050401bd94f7 authored over 7 years ago by Atif Aziz <[email protected]>
Replace try-catch in tests with Assert.Throws

github.com/morelinq/MoreLINQ - 54c3442fe8d27b6accde5c97c33ddc8086e9fc39 authored over 7 years ago by Atif Aziz <[email protected]>
Simplify ZipLongest while loop

github.com/morelinq/MoreLINQ - cfde64baa7f3a9c6bb673ca0e88cb8e8dbbd7883 authored over 7 years ago by Atif Aziz <[email protected]>
Fix naming convention inconsistencies

github.com/morelinq/MoreLINQ - 89affc6c0ca52eba1ee59aa6cda91ee548724b16 authored over 7 years ago by Atif Aziz <[email protected]>
Redundant variable type

github.com/morelinq/MoreLINQ - dece86b05f6ab8f30b4fe1d52b606050a3a763ef authored over 7 years ago by Atif Aziz <[email protected]>
Syntactic redundancies & opportunities

github.com/morelinq/MoreLINQ - 17dbf0f39f0d8da1feec88307d39b672bc728ff4 authored over 7 years ago by Atif Aziz <[email protected]>
Use Assert.Throws for testing exceptions

github.com/morelinq/MoreLINQ - c15819d41d6bdd7f69f22de66fedef521462f71e authored over 7 years ago by Atif Aziz <[email protected]>
Consume expresses intent more clearly

...than using Count() or ToArray() to mean the same thing where it can
confuse why the return va...

github.com/morelinq/MoreLINQ - 5038459557318bb9ff2141c3d92fca79f42c0a3e authored over 7 years ago by Atif Aziz <[email protected]>
Use Count/Length of collection/array directly

github.com/morelinq/MoreLINQ - 03c6d8a88bbde34b3c5b85f8d63dc52c3c679150 authored over 7 years ago by Atif Aziz <[email protected]>
NextLoopCount as a single expression

github.com/morelinq/MoreLINQ - 7fd50a6f4efdc72a79981190c6354c38a36cbab9 authored over 7 years ago by Atif Aziz <[email protected]>
Make NextLoopCount a local function of NestedLoops

github.com/morelinq/MoreLINQ - f3b1423f3580d7efdcac8d23e878cf382db1144e authored over 7 years ago by Atif Aziz <[email protected]>
Remove UTF-8 BOM

github.com/morelinq/MoreLINQ - 6ecda980298def3b25255fb39a56434595fd939a authored over 7 years ago by Atif Aziz <[email protected]>
Convert lambda to local function

github.com/morelinq/MoreLINQ - f7769d238a9aadace830dadebacfc6d6c17c3d50 authored over 7 years ago by Atif Aziz <[email protected]>
Inline only use of action in Interleave test

github.com/morelinq/MoreLINQ - bc12139889ee233c1fcfaf1398731e97e2b4f996 authored over 7 years ago by Atif Aziz <[email protected]>
Remove unused action in Interleave test

github.com/morelinq/MoreLINQ - c3655d2608d5ce68606363f2d78288c4ccabf48b authored over 7 years ago by Atif Aziz <[email protected]>
Replace lambda with local function

github.com/morelinq/MoreLINQ - 96cd08158d01aa33ec9a5cb04ba47ee33cecb15e authored over 7 years ago by Atif Aziz <[email protected]>
Re-enable testing against .NET Core 1.0 on Travis CI

Closes #345

github.com/morelinq/MoreLINQ - b5d556dd017f35275f2e5e1860d94b7982e2bb01 authored over 7 years ago by Felipe Sateler <[email protected]>
2.7 doc :shipit:

From morelinq/MoreLINQ@47646020b379657cd1fd312cf80d6ab5f136ee80

github.com/morelinq/www - d95a46d8518c7775592f32969e367e5036a026ea authored over 7 years ago by Atif Aziz <[email protected]>
2.7 doc :shipit:

From morelinq/MoreLINQ@47646020b379657cd1fd312cf80d6ab5f136ee80

github.com/morelinq/morelinq.github.io - d95a46d8518c7775592f32969e367e5036a026ea authored over 7 years ago by Atif Aziz <[email protected]>
List From in README & package description

github.com/morelinq/MoreLINQ - 47646020b379657cd1fd312cf80d6ab5f136ee80 authored over 7 years ago by Atif Aziz <[email protected]>
Add .NET Standard 2.0 target; closes #343

github.com/morelinq/MoreLINQ - 51db75468b3f2a77bfe26fc02519e59f9292f1ce authored over 7 years ago by Atif Aziz <[email protected]>