morelinq 3.0.0-beta-1

Prefix Reserved
This is a prerelease version of morelinq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package morelinq --version 3.0.0-beta-1
                    
NuGet\Install-Package morelinq -Version 3.0.0-beta-1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="morelinq" Version="3.0.0-beta-1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="morelinq" Version="3.0.0-beta-1" />
                    
Directory.Packages.props
<PackageReference Include="morelinq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add morelinq --version 3.0.0-beta-1
                    
#r "nuget: morelinq, 3.0.0-beta-1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=morelinq&version=3.0.0-beta-1&prerelease
                    
Install morelinq as a Cake Addin
#tool nuget:?package=morelinq&version=3.0.0-beta-1&prerelease
                    
Install morelinq as a Cake Tool

This project enhances LINQ to Objects with the following methods: Acquire, AggregateRight, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), Batch, Cartesian, CountBetween, CompareCount, CountBy, Concat, Consume, DistinctBy, EndsWith, EquiZip, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, Insert, Interleave, Lag, Lead, LeftJoin, MaxBy, MinBy, Move, NestedLoops, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RightJoin, RunLengthEncode, Scan, ScanRight, Segment, Sequence, SkipLast, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, Unfold, Windowed, ZipLongest, ZipShortest

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (279)

Showing the top 5 NuGet packages that depend on morelinq:

Package Downloads
SheshaMobile.Core

Common application functionality and features to be shared across the framework

ClosedXML.Report

ClosedXML.Report is a tool for report generation and data analysis in .NET applications through the use of Microsoft Excel. ClosedXML.Report is a .NET-library for report generation Microsoft Excel without requiring Excel to be installed on the machine that's running the code.

Lykke.Common

Lykke common tools and utilities

SheshaMobile.Modules.Facilities

The facilities module contains common functionality for browsing and viewing facilities

SheshaMobile.Modules.Libraries

The libraries module contains functionality for viewing and interacting with archived information

GitHub repositories (51)

Showing the top 20 popular GitHub repositories that depend on morelinq:

Repository Stars
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
ClosedXML/ClosedXML
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
YarnSpinnerTool/YarnSpinner
Yarn Spinner is a tool for building interactive dialogue in games!
shaked6540/YoutubePlaylistDownloader
A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
WebVella/WebVella-ERP
Free and open-source pluggable ERP and CRM software based on ASP.NET Core 9, RazorPages and PostgreSQL . Targets Linux or Windows as host OS.
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone for Windows.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
Wouterdek/NodeNetwork
A C# library with a WPF node editor component based on ReactiveUI
AvillaDaniel/AvillaForensics
Avilla Forensics 3.0
Quaver/Quaver
The ultimate community-driven, and open-source competitive rhythm game available on Steam.
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
PoESkillTree/PoESkillTree
A Passive Skill Tree Planner for Path of Exile
Lunat1q/Catchem-PoGo
Project is DEAD, Discord server: https://discord.me/Catchem
ClosedXML/ClosedXML.Report
ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
ericsink/SQLitePCL.raw
A Portable Class Library (PCL) for low-level (raw) access to SQLite
Dynatrace/superdump
A service for automated crash-dump analysis
microsoft/component-detection
Scans your project to determine what components you use
Zarbuz/FileToVox
Tool for convert files into Magicavoxel file
sunnamed434/BitMono
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.
Version Downloads Last updated
4.4.0 774,327 3 months ago
4.3.0 2,884,938 9 months ago
4.2.0 2,372,191 4/1/2024
4.1.0 3,633,585 11/27/2023
4.0.0 556,076 10/29/2023
3.4.2 6,056,556 4/2/2023
3.4.1 1,414,772 3/9/2023
3.4.0 277,652 2/28/2023
3.3.2 42,688,895 12/27/2019
3.3.1 265,478 12/13/2019
3.2.0 4,550,242 7/17/2019
3.1.1 2,288,681 4/5/2019
3.1.0 3,492,733 12/21/2018
3.0.0 3,013,314 6/29/2018
3.0.0-beta-2 6,749 5/17/2018
3.0.0-beta-1 13,289 4/10/2018
2.10.0 2,650,930 1/23/2018
2.9.0 684,266 12/22/2017
2.8.0 3,339,088 9/30/2017
2.7.0 359,503 8/31/2017
2.7.0-rc-1 2,698 8/28/2017
2.7.0-beta-1 3,246 8/23/2017
2.6.0 639,559 6/30/2017
2.5.0 220,515 5/31/2017
2.4.1 120,221 5/1/2017
2.4.0 19,839 4/30/2017
2.4.0-beta-02 3,580 4/21/2017
2.4.0-beta-01 3,965 4/13/2017
2.3.0 361,990 3/31/2017
2.2.0 242,616 2/24/2017
2.2.0-beta-1 2,900 2/19/2017
2.1.0 296,477 1/31/2017
2.0.0 345,152 12/23/2016
2.0.0-beta06 9,699 11/11/2016
2.0.0-beta05 21,197 9/28/2016
2.0.0-beta04 86,149 8/5/2016
2.0.0-beta03 47,175 2/18/2016
2.0.0-beta02 3,104 2/9/2016
2.0.0-beta01 2,928 2/1/2016
2.0.0-alpha01 54,064 6/27/2013
1.4.0 1,800,695 10/16/2015
1.3.0 41,888 10/2/2015
1.2.0 30,622 9/16/2015
1.1.1 277,750 5/19/2015
1.1.0 355,028 8/12/2014
1.0.16006 318,868 5/7/2013
1.0.15631-beta 3,954 1/31/2013
1.0.15416-beta 3,392 11/16/2012
1.0.11729-beta 3,014 11/9/2012
1.0.0 119,611 6/3/2011

Adds new operators: Await (EXPERIMENTAL), CompareCount, Transpose. See also https://github.com/morelinq/MoreLINQ/wiki/API-Changes.