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

Code indentation

github.com/morelinq/MoreLINQ - 137f685cb20e186feea4615f41c425adceedf863 authored over 7 years ago by Atif Aziz <[email protected]>
Copyright year (of first publication) fix

github.com/morelinq/MoreLINQ - 1fb9402b5bf85f1f1d4fdb602fb1e1a685bd5b32 authored over 7 years ago by Atif Aziz <[email protected]>
ToDictionary overloads for sequences of key-value pairs & 2-tuples

Closes #272

github.com/morelinq/MoreLINQ - c44977229b8741eb1f6b15cafff7ef3d69e649a7 authored over 7 years ago by Atif Aziz <[email protected]>
Use C# 7 tuple syntax to make tests using them more readable

github.com/morelinq/MoreLINQ - 799e707ef5f2fc6f02e0acad46e491a6ff875a64 authored over 7 years ago by Atif Aziz <[email protected]>
Retire out Tuple & instead use System.Tuple

github.com/morelinq/MoreLINQ - 185b99ab2eaf3b410e90095b3fc4529d0c49a8c0 authored over 7 years ago by Atif Aziz <[email protected]>
Migrate to VS 2017; closes #262

dotnet CLI is no longer used for building as it does not appear to
support targeting .NET Framew...

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

github.com/morelinq/MoreLINQ - 5333872b5b4eb0f2118c9c9dcd511992eebfda8d authored over 7 years ago by Atif Aziz <[email protected]>
Unused imports

github.com/morelinq/MoreLINQ - bd5556bb5134e0140df8508fac460cab838d8a8e authored over 7 years ago by Atif Aziz <[email protected]>
2.3 doc :shipit:

From morelinq/MoreLINQ@3a5c967d290cdf5f9e292d18a40a40086023f490

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

From morelinq/MoreLINQ@3a5c967d290cdf5f9e292d18a40a40086023f490

github.com/morelinq/morelinq.github.io - 9c32a7a4e2984f48dc1fbb56d9046cfe96703cd2 authored over 7 years ago by Atif Aziz <[email protected]>
FillBackward overload missing return doc; closes #268

github.com/morelinq/MoreLINQ - 3a5c967d290cdf5f9e292d18a40a40086023f490 authored over 7 years ago by Atif Aziz <[email protected]>
Remove 2.2 additions from package release notes

Keep only those that pertain to the upcoming release 2.3.

github.com/morelinq/MoreLINQ - 37f0ffb0b404dc86ce8f9c4775c646fb4d5271ee authored over 7 years ago by Atif Aziz <[email protected]>
Add Unfold; closes #246

github.com/morelinq/MoreLINQ - 0ade8d77399cbb4e41348a53ed362de123bfbea4 authored over 7 years ago by Leandro Fernandes <[email protected]>
Add AggregateRight; closes #216

github.com/morelinq/MoreLINQ - b895e39f1587213db10844df0f22ab4a2971f679 authored over 7 years ago by Leandro Fernandes <[email protected]>
Merge pull request #265 from morelinq/better-random-seed

Better seeding for Random (addresses #65)

github.com/morelinq/MoreLINQ - a36ba54d1dccd7165d4b5935ef4a54b48f73495d authored over 7 years ago by Atif Aziz <[email protected]>
Document side-effects of a shared Random in doc remarks section

github.com/morelinq/MoreLINQ - c565ff34b929a4444de14bac56c33774e3b78de7 authored over 7 years ago by Atif Aziz <[email protected]>
Fix closure capturing thread-local random

github.com/morelinq/MoreLINQ - 172629953d44b15ddc78f2fdd143ee3893dda048 authored almost 8 years ago by Atif Aziz <[email protected]>
Better seeding for Random

Currently it creates its randomness source using the default
constructor of the Random class. Bu...

github.com/morelinq/MoreLINQ - 837ed2cf6904ae8f7823f1b9c6aab0e31d65fd2e authored almost 8 years ago by Atif Aziz <[email protected]>
Merge pull request #258 from fsateler/fold-doc

Fold: throw InvalidOperationException instead & document exceptions

github.com/morelinq/MoreLINQ - dbad4803bedfef69f6a27cd897d0a4b2a66ce491 authored almost 8 years ago by Atif Aziz <[email protected]>
Document exceptions thrown from Fold

github.com/morelinq/MoreLINQ - 210ddd861361bc2ac3b77b29b5142f71f0db0d96 authored almost 8 years ago by Felipe Sateler <[email protected]>
Throw a more meaningful exception from Fold

The Exception type is too broad. Throw InvalidOperationException instead.
This should not break ...

github.com/morelinq/MoreLINQ - c09f6384387024bffcf1d5579eb9e9d19b273072 authored almost 8 years ago by Felipe Sateler <[email protected]>
Update link to issue #43

github.com/morelinq/MoreLINQ - afa8f6a52a3bff99ce5b0b2836d3dc56644db08d authored almost 8 years ago by Atif Aziz <[email protected]>
Add missing operators to package description

Following added:

- AtLeast
- AtMost
- CountBetween
- Exactly
- FallbackIfEmpty
- FullGroupJoin

github.com/morelinq/MoreLINQ - 37a3d18b5190600c657ebc036f5ca7ddbf3a466f authored almost 8 years ago by leandromoh <[email protected]>
SkipLast missing doc for type parameter T; fixes #254

github.com/morelinq/MoreLINQ - 0bdb7bb3e078d1f54f10095f2cd345f4d20a10cd authored almost 8 years ago by leandromoh <[email protected]>
Prepare for 2.3

github.com/morelinq/MoreLINQ - d110b5e700b7942577046474f1baa760b6b9d76f authored almost 8 years ago by Atif Aziz <[email protected]>
2.2 doc :shipit:

From morelinq/MoreLINQ@8716d12cc59f964871585490fdb35ccd0bbeed6f

github.com/morelinq/www - 45cd25ea501c45152c3f869a18f38d963030a8b8 authored almost 8 years ago by Atif Aziz <[email protected]>
2.2 doc :shipit:

From morelinq/MoreLINQ@8716d12cc59f964871585490fdb35ccd0bbeed6f

github.com/morelinq/morelinq.github.io - 45cd25ea501c45152c3f869a18f38d963030a8b8 authored almost 8 years ago by Atif Aziz <[email protected]>
Add SkipLast; closes #215

github.com/morelinq/MoreLINQ - 8716d12cc59f964871585490fdb35ccd0bbeed6f authored almost 8 years ago by Leandro Fernandes <[email protected]>
Repeat overload without count (repeat forever); closes #248

github.com/morelinq/MoreLINQ - e17bb06ed54603b0d3a61091b698e4cf49f17982 authored almost 8 years ago by leandromoh <[email protected]>
2.2 beta 1 doc

From morelinq/MoreLINQ@ec4e4b9011d3f77d1933e2523a749d85a87583ee

github.com/morelinq/www - 9e15abe91bac4b0d8e8b713f78ee37386cbcc24e authored almost 8 years ago by Atif Aziz <[email protected]>
2.2 beta 1 doc

From morelinq/MoreLINQ@ec4e4b9011d3f77d1933e2523a749d85a87583ee

github.com/morelinq/morelinq.github.io - 9e15abe91bac4b0d8e8b713f78ee37386cbcc24e authored almost 8 years ago by Atif Aziz <[email protected]>
Ignore build logs

github.com/morelinq/morelinq.github.io - 8641b796566dae8ecce7624cdb9616c1e2d77607 authored almost 8 years ago by Atif Aziz <[email protected]>
Ignore build logs

github.com/morelinq/www - 8641b796566dae8ecce7624cdb9616c1e2d77607 authored almost 8 years ago by Atif Aziz <[email protected]>
Adds Sequence(start, stop, [step]); closes #240

github.com/morelinq/MoreLINQ - ec4e4b9011d3f77d1933e2523a749d85a87583ee authored almost 8 years ago by leandromoh <[email protected]>
Prepare for 2.2

github.com/morelinq/MoreLINQ - d0264373aee5b53da0750e67c805acf50600d954 authored almost 8 years ago by Atif Aziz <[email protected]>
Merge pull request #250 from fsateler/travis-mac

travis: Build on mac too

github.com/morelinq/MoreLINQ - b9a65996782c299aa890bff9454ca6db50f86616 authored almost 8 years ago by Atif Aziz <[email protected]>
Build on mac too

github.com/morelinq/MoreLINQ - 3c0f7a80209872c8d72e4f20a9404288a3ef3f61 authored almost 8 years ago by Felipe Sateler <[email protected]>
Align Windowed test names

Windowed was renamed from SlidingWindow[1].

[1] See 2a8148cc800540a635069859a9e8abf58ca8cc7a

github.com/morelinq/MoreLINQ - 4a06c4475005514bb9f9db5b98a4994d8279599d authored almost 8 years ago by Atif Aziz <[email protected]>
Add CI & package badges to home; closes #1

github.com/morelinq/www - 65aae42a990c4479339052efe37869a3cfccc264 authored almost 8 years ago by Atif Aziz <[email protected]>
Add CI & package badges to home; closes #1

github.com/morelinq/morelinq.github.io - 65aae42a990c4479339052efe37869a3cfccc264 authored almost 8 years ago by Atif Aziz <[email protected]>
Merge pull request #244 from fsateler/travis

Adds travis-ci to test in a Linux environment; closes #231

github.com/morelinq/MoreLINQ - cc188dd124f947dd16d4e64ad7582d6bc8cfabf4 authored almost 8 years ago by Atif Aziz <[email protected]>
Tabs instead of spaces

github.com/morelinq/MoreLINQ - d3abc43092621b037fd3df7061c4431865122584 authored almost 8 years ago by Felipe Sateler <[email protected]>
Avoid double slash in printed directory names

github.com/morelinq/MoreLINQ - 1b618a386ac0bd4cbbb861e80b0cd02bbd7c75a1 authored almost 8 years ago by Felipe Sateler <[email protected]>
travis: build and test debug and release builds

github.com/morelinq/MoreLINQ - 04f48bc8ab0c7adbdf4ba0d0516c5fc22383be2f authored almost 8 years ago by Felipe Sateler <[email protected]>
travis: Make the shell print all commands it is about to execute so they appear in the logs

github.com/morelinq/MoreLINQ - e94525a432a27b6bb8e63edbb3643e2472339177 authored almost 8 years ago by Felipe Sateler <[email protected]>
Rename travis-test to travis-mono-test to best reflect its intent

github.com/morelinq/MoreLINQ - 5de8b65487bc31f2bf4e440bdfc6c97a7a67198b authored almost 8 years ago by Felipe Sateler <[email protected]>
travis: test all available builds instead of guessing the RID

github.com/morelinq/MoreLINQ - c77bb33a603b12f32abcb6ccddac908e82500487 authored almost 8 years ago by Felipe Sateler <[email protected]>
travis: drop repeated netcoreapp1.0 test

github.com/morelinq/MoreLINQ - 33ea1a607860a4f0a23b5ce79eef587a763af4e3 authored almost 8 years ago by Felipe Sateler <[email protected]>
Add travis-ci configuration to test in a linux environment

Fixes: #231

github.com/morelinq/MoreLINQ - 399846fc0a7362ef265e97a3c18c3bf5c4ccb54a authored almost 8 years ago by Felipe Sateler <[email protected]>
2.1 doc :shipit:

From morelinq/MoreLINQ@c813ef21dba9e9ae08787802e8c4d753a0f37e71

github.com/morelinq/www - f1ffadb25986be814764d4eb28c7e88e4d1ce167 authored almost 8 years ago by Atif Aziz <[email protected]>
2.1 doc :shipit:

From morelinq/MoreLINQ@c813ef21dba9e9ae08787802e8c4d753a0f37e71

github.com/morelinq/morelinq.github.io - f1ffadb25986be814764d4eb28c7e88e4d1ce167 authored almost 8 years ago by Atif Aziz <[email protected]>
Swap FillForward/Backward filler function args

It is more natural to supply the "current" item first.

github.com/morelinq/MoreLINQ - c813ef21dba9e9ae08787802e8c4d753a0f37e71 authored almost 8 years ago by Atif Aziz <[email protected]>
Add FillBackward (carries backward next observation)

github.com/morelinq/MoreLINQ - ac5f9ff9f996cfa8805e1e49da14cdb404a30169 authored almost 8 years ago by Atif Aziz <[email protected]>
Third param of FillForward missing mentions in doc summary

github.com/morelinq/MoreLINQ - 95fc9cff57f8c289bb327141b09e84283b2461e9 authored almost 8 years ago by Atif Aziz <[email protected]>
Inline sole use of local var in FillForward implemenation

github.com/morelinq/MoreLINQ - 0168c845b6537fa0874efd605a153a5ba7311fbc authored almost 8 years ago by Atif Aziz <[email protected]>
FillForward filler function doc typo

github.com/morelinq/MoreLINQ - d54984c1936b0bf18e86e680d0684fcd66511630 authored almost 8 years ago by Atif Aziz <[email protected]>
Release notes that SingleOrFallback is obsolete since 2.0

github.com/morelinq/MoreLINQ - 1337227f444dbf447b4a185ea4b9dcedb853c01f authored almost 8 years ago by Atif Aziz <[email protected]>
Release notes that some overloads of ToDelimitedString are obsolete

github.com/morelinq/MoreLINQ - 28499cb3d3d44d1cfcde26f2419294e6a12e7667 authored almost 8 years ago by Atif Aziz <[email protected]>
Incremental is identical to Pairwise so mark it obsolete

Closes #241

github.com/morelinq/MoreLINQ - 8bcf11b85de5501bbb22a05efc5116141fb44fe7 authored almost 8 years ago by Atif Aziz <[email protected]>
Reflect SingleOrFallback's obsolescence in README

github.com/morelinq/MoreLINQ - bdd5956a19896bf7720ec46210d109d0e3baa22a authored almost 8 years ago by Atif Aziz <[email protected]>
Use nameof to capture param name when throwing arg exception

github.com/morelinq/MoreLINQ - d987f0ef30390a9b66d5cc608e5e39648d26097a authored almost 8 years ago by Atif Aziz <[email protected]>
Random XML doc summary typos

github.com/morelinq/MoreLINQ - 1380e25baf178c11fd7a8d4fc69a307b6bcd4fc4 authored almost 8 years ago by Atif Aziz <[email protected]>
Unused imports in tests

github.com/morelinq/MoreLINQ - 2d2c8d09cade4dc1cf991967bc23bc18c2e80a94 authored almost 8 years ago by Atif Aziz <[email protected]>
Add param name assertion to arg unit tests

Applies to: AtLeast, AtMost, CountBetween, Exactly

github.com/morelinq/MoreLINQ - ada35a542d975747ac8be4e37a019595ba6f4190 authored almost 8 years ago by Atif Aziz <[email protected]>
Add AtMost, Exactly & CountBetween; AtLeast refactored to same algo

github.com/morelinq/MoreLINQ - d39873278b87d753dcb77e0a9e7d8036dfa108d8 authored almost 8 years ago by leandromoh <[email protected]>
Convert operators table in README to own sections

The sections are easier to expand on link.

github.com/morelinq/MoreLINQ - 5d36a81c9b6be0f625d9511d58a72d8f302b8f27 authored almost 8 years ago by Atif Aziz <[email protected]>
CI configuration for Windows

github.com/morelinq/MoreLINQ - 96d3ac2ea4428b7e752a9afc91408f950b43da49 authored almost 8 years ago by Atif Aziz <[email protected]>
Fix test script to pick up RID dir dynamically

github.com/morelinq/MoreLINQ - 7b8551c5b4bd30d6e3f67fd5d456b8ee7f4f1ec6 authored almost 8 years ago by Atif Aziz <[email protected]>
Replace ExpectedException with Assert.Throws in tests; closes #227

Makes the unit test code compatible with NUnit 3 as ExpectedException
is not available since NUn...

github.com/morelinq/MoreLINQ - 07a3420b48ef2af28295cb21f794870b763cffb7 authored almost 8 years ago by GeorgeVovos <[email protected]>
Optional version suffix for pack script

Helps with continuous builds; adding to #230.

github.com/morelinq/MoreLINQ - b83f6045a638cdfca82f3d51782a0d348e045ee1 authored almost 8 years ago by Atif Aziz <[email protected]>
dotnet pack just needs the dir

github.com/morelinq/MoreLINQ - 55217f4d15d4f325de8cee218d68f27934aa3d5d authored almost 8 years ago by Atif Aziz <[email protected]>
NuGet is no longer needed for packaging

github.com/morelinq/MoreLINQ - 155fbcfcb809d50cf770e9206775a039ca02c35a authored almost 8 years ago by Atif Aziz <[email protected]>
Mark ToDelimitedString obsolete; closes #232

It will be retired in the next major release per #229.

github.com/morelinq/MoreLINQ - a5173d9d1c880ae0125a968dcda549d8b05b3c41 authored almost 8 years ago by Moafak <[email protected]>
Fix test script for full framework on Windows

It was giving the following error:

Could not load file or assembly 'nunit.framework' or one...

github.com/morelinq/MoreLINQ - 7c0a0f9f03de696c9feb010adbc296c45ad586e8 authored almost 8 years ago by Atif Aziz <[email protected]>
Add FillForward (carries forward last observation)

github.com/morelinq/MoreLINQ - 2772af00f67c9f13356e96318685a1ac0eb8166d authored almost 8 years ago by Atif Aziz <[email protected]>
Prepare for 2.1

github.com/morelinq/MoreLINQ - 4eca397a400e4c30246ecaea080d688d9ddb953e authored almost 8 years ago by Atif Aziz <[email protected]>
Typo in BASH test script

github.com/morelinq/MoreLINQ - c9e3c09b738ce162d4a90e8d16edcba4732ea46d authored almost 8 years ago by Atif Aziz <[email protected]>
BASH script for running unit tests

github.com/morelinq/MoreLINQ - a2fbc31d007dd3ea17c8001f7262a385b043343e authored almost 8 years ago by Atif Aziz <[email protected]>
ToDelimitedString test needs to be more dynamic; fixes #228

The ListSeparator for France is different on macOS (space) compared to
Windows (semi-colon) so t...

github.com/morelinq/MoreLINQ - 5f391e27b4e61c6dd9de50f236ea44c1d695aab1 authored almost 8 years ago by Atif Aziz <[email protected]>
Upgrade test project to use NUnit 3; closes #226

github.com/morelinq/MoreLINQ - 949e9da4b04b1cacc27fcad604f9fe4efad2108a authored almost 8 years ago by Atif Aziz <[email protected]>
Address missing LinqBridge dependency version; fixes #3

NuGet (3.4.4.1321) complains that version of dependency
'LinqBridge.Embedded' is not specified.

github.com/morelinq/srcpkg - 6d867f78b60643ad2d4acd72c88ea3f8516e0fcd authored almost 8 years ago by Atif Aziz <[email protected]>
Restoring Zip package by moving lib to v1 branch

The source packages were mostly based on MoreLINQ 1.x code base so
this is more in line with las...

github.com/morelinq/srcpkg - f0cc91eb74e5079b5dd81689aa907b010c38e63f authored almost 8 years ago by Atif Aziz <[email protected]>
Suppress CLS compliance warnings for other projects; closes #225

For projects that may include/embed source files directly, suppress warnings CS3019 and CS3021 s...

github.com/morelinq/MoreLINQ - 15be716c3cf7bd197d492cbb7a328aaba6303bc5 authored almost 8 years ago by Atif Aziz <[email protected]>
Convert tabs to spaces

github.com/morelinq/MoreLINQ - 9b7ee8f1845d9f2b82d031cff13794c35dcb37cb authored almost 8 years ago by Atif Aziz <[email protected]>
mark nuget packages with developmentDependency=true

github.com/morelinq/srcpkg - 4cc7ad9045f0c692a153b568933ef010d16130a2 authored almost 8 years ago by Suraj K. Gupta <[email protected]>
2.0 doc :shipit:

From morelinq/MoreLINQ@d90457115180eb317ac7ba4707bc95afde84a9f5

github.com/morelinq/www - 6fcfa2a02c9e8aa78dc97a05f4cd9ce9987bf008 authored almost 8 years ago by Atif Aziz <[email protected]>
2.0 doc :shipit:

From morelinq/MoreLINQ@d90457115180eb317ac7ba4707bc95afde84a9f5

github.com/morelinq/morelinq.github.io - 6fcfa2a02c9e8aa78dc97a05f4cd9ce9987bf008 authored almost 8 years ago by Atif Aziz <[email protected]>
2.0 :shipit:

github.com/morelinq/MoreLINQ - d90457115180eb317ac7ba4707bc95afde84a9f5 authored almost 8 years ago by Atif Aziz <[email protected]>
Make pack script entry consistent with other scripts

github.com/morelinq/MoreLINQ - 9312eb6886ec98172f3cf1e25110c6228802222d authored almost 8 years ago by Atif Aziz <[email protected]>
Restore packages in build script

github.com/morelinq/MoreLINQ - 3a7c0761277738b8be361bba968309331b5ad08a authored almost 8 years ago by Atif Aziz <[email protected]>
Add dotnet info to build output

github.com/morelinq/MoreLINQ - ddd39d0bc7aa82f9dd2c8c05e080c313ff47200f authored almost 8 years ago by Atif Aziz <[email protected]>
Target netstandard 1.0 instead 1.6 for broader reach

github.com/morelinq/MoreLINQ - 6a7713801a6164c12fea36b77763ec8d5b317417 authored almost 8 years ago by Atif Aziz <[email protected]>
No need to Batch to stream batch elements; closes #200

There is no need for Batch to stream elements of each batch, which seems to
be there really to p...

github.com/morelinq/MoreLINQ - eaae11b1e045b7ceebedbe953670e4fb0aff86c0 authored almost 8 years ago by Atif Aziz <[email protected]>
Send error messages in scripts to stderr

github.com/morelinq/MoreLINQ - e719b95b6de36609893884fef9915a43db8d617f authored almost 8 years ago by Atif Aziz <[email protected]>
Partition is reundant with Batch

Except the second overload but which can be restored in a future version if needed.

github.com/morelinq/MoreLINQ - 7a2c72bada4ba45343e44d5291084073ba91eecf authored almost 8 years ago by Atif Aziz <[email protected]>
Bash scripts for building & packaging

github.com/morelinq/MoreLINQ - de796039f1eb388e946333bc428f942f05c5da0b authored about 8 years ago by Atif Aziz <[email protected]>
Source packages emigrated; closes #223

See morelinq/srcpkg@086a97395b38a5d8da8694cfecb716933148404a

github.com/morelinq/MoreLINQ - 1ebfc9bbc5e77168650f7fe5f08ea4cee486933f authored about 8 years ago by Atif Aziz <[email protected]>
Initial commit

Source: morelinq/MoreLINQ@1404741119d9ff0730ce0dc0d2962e5cd57f24d5

github.com/morelinq/srcpkg - 086a97395b38a5d8da8694cfecb716933148404a authored about 8 years ago by Atif Aziz <[email protected]>
Fix Windowed doc to reflect fix in #152

github.com/morelinq/MoreLINQ - 1404741119d9ff0730ce0dc0d2962e5cd57f24d5 authored about 8 years ago by Atif Aziz <[email protected]>
Merge branch 'issue-152'

github.com/morelinq/MoreLINQ - 780a720a7d3a338b0f08afe4f79952ccb774dd9a authored about 8 years ago by Atif Aziz <[email protected]>