chore(deps): update dependency morelinq to v3.4.0 #451
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.2->3.4.0Release Notes
morelinq/MoreLINQ
v3.4.0: 3.4.0What's New 📣
This release notably adds nullable reference type annotations (see #582 and #803), the one operator below and fixes a few bugs:
Merge(experimental)Breaking Changes⚠️
While there are no breaking API changes in this release, the following changes will affect users using on .NET versions that have reached end-of-life:
See Also ℹ️
New Contributors 👋🏽
What's Changed 🗒️
OrderedMerge: add tests by @Orace in https://github.com/morelinq/MoreLINQ/pull/736IReadOnlyCollection<T>too by @leandromoh in https://github.com/morelinq/MoreLINQ/pull/750Interleave: Do not callGetEnumeratoreagerly by @Orace in https://github.com/morelinq/MoreLINQ/pull/730LastOrDefaultfor extrema sequence by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/761MinBy/MaxByby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/765System.Linqfor async streams by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/781TrySinglesignature with honest nullable annotations by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/801FallbackIfEmptyby @sid-6581 in https://github.com/morelinq/MoreLINQ/pull/808Pad*signatures with more honest nullable annotations by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/804Lag&Leadsignatures with more honest nullable annotations by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/805ReverseComparersignature with more honest nullable annotations by @sid-6581 in https://github.com/morelinq/MoreLINQ/pull/807GroupAdjacentnull key handling bug by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/810FullGroupJoinsignature with more honest nullable annotations by @sid-6581 in https://github.com/morelinq/MoreLINQ/pull/806Batchdoes not reuse internal array by @leandromoh in https://github.com/morelinq/MoreLINQ/pull/820READMEby @GitHubPang in https://github.com/morelinq/MoreLINQ/pull/828nullcheck inBatchmethod by @MateoMiller in https://github.com/morelinq/MoreLINQ/pull/846Flattensignature parts to be null-oblivious by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/847Batchoverload by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/849ToDictionarytonotnullby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/852CountBy/ScanByby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/855+=to increment by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/869MayBeNullwith?inIExtremaEnumerablemembers by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/872Flattentests by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/875Lookup+Groupingfrom .NET 7 sources by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/879Batchoverloads using an array pool by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/856#nullableenable on tests by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/888Subjectby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/891Memoizedocumentation by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/895Partitionby @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/897Partitionexceptions by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/886Partitionby @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/896Memoizeas expression by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/894PartitionNullability by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/881Zip*docs by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/887ZipLongestby @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/900*Zip*tests by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/908Rankcomparer argument by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/913ToDataTableexpressions argument by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/914!with debug assertion inPermutationsby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/917LinkedListinInterleaveto avoid many null checks by @Orace in https://github.com/morelinq/MoreLINQ/pull/726Interleavetests by @Orace in https://github.com/morelinq/MoreLINQ/pull/728Comparerby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/921Permutationsby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/925AssertCountandFoldby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/929TagFirstLastby @Orace in https://github.com/morelinq/MoreLINQ/pull/928ToArrayByIndexby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/932TagFirstLastimplementation for speed by @Orace in https://github.com/morelinq/MoreLINQ/pull/643Pairwisetest by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/937Excludeto not callMoveNextpast end of sequence by @Orace in https://github.com/morelinq/MoreLINQ/pull/692CountDownby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/942ListLike/CollectionLikeby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/948TestingSequenceassertions by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/936*Liketypes by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/949messageinDebug.Assertby @i3arnon in https://github.com/morelinq/MoreLINQ/pull/959ToDelimitedStringby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/966Batchby @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/965FoldImplementation by @viceroypenguin in https://github.com/morelinq/MoreLINQ/pull/961Folddoc by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/968Foldentirely in its own terms by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/969ToDelimitedString) by @atifaziz in https://github.com/morelinq/MoreLINQ/pull/971AssertCountby @atifaziz in https://github.com/morelinq/MoreLINQ/pull/972Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.