morelinq 2.0.0-alpha01

This is a prerelease version of morelinq.
dotnet add package morelinq --version 2.0.0-alpha01
NuGet\Install-Package morelinq -Version 2.0.0-alpha01
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="2.0.0-alpha01" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add morelinq --version 2.0.0-alpha01
#r "nuget: morelinq, 2.0.0-alpha01"
#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.
// Install morelinq as a Cake Addin
#addin nuget:?package=morelinq&version=2.0.0-alpha01&prerelease

// Install morelinq as a Cake Tool
#tool nuget:?package=morelinq&version=2.0.0-alpha01&prerelease

This project enhances LINQ to Objects with the following methods: Acquire, Assert, AssertCount, Batch, Cartesian, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Exclude, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Interleave, Lag, Lead, MaxBy, MinBy, NestedLoops, OrderBy, Pad, Pairwise, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Scan, Segment, SingleOrFallback, SkipUntil, Slice, SortedMerge, Split, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToDataTable, ToDelimitedString, ToHashSet, Trace, Window, ZipLongest, ZipShortest

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (53)

Showing the top 5 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!
WebVella/WebVella-ERP
Free and open-source pluggable ERP and CRM software based on ASP.NET Core 5, RazorPages and PostgreSQL . Targets Linux or Windows as host OS.
Version Downloads Last updated
2.0.0-alpha01 11,329 6/27/2013
1.4.0 8,403 10/16/2015
1.3.0 3,062 10/2/2015
1.2.0 4,152 9/16/2015
1.1.1 25,360 5/19/2015
1.1.0 43,027 8/12/2014
1.0.16006 56,720 5/7/2013
1.0.15631-beta 816 1/31/2013
1.0.15416-beta 323 11/16/2012
1.0.11729-beta 139 11/9/2012
1.0.0 28,179 6/3/2011

Adds new operators: Assert, Cartesian, Exclude, Incremental, Interleave, Lag, Lead, NestedLoops, OrderBy, Partition, Permutations, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Segment, Slice, SortedMerge, Subsets, TagFirstLast, ThenBy, Window, ZipShortest. See also http://code.google.com/p/morelinq/wiki/ApiChanges. This is an ALPHA release so operators may be renamed, changed radically or removed in the final version.