morelinq 2.0.0-alpha01
dotnet add package morelinq --version 2.0.0-alpha01
NuGet\Install-Package morelinq -Version 2.0.0-alpha01
<PackageReference Include="morelinq" Version="2.0.0-alpha01" />
paket add morelinq --version 2.0.0-alpha01
#r "nuget: morelinq, 2.0.0-alpha01"
// 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 | Versions 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (51)
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!
|
|
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
|
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.