morelinq 1.1.1
See the version list below for details.
dotnet add package morelinq --version 1.1.1
NuGet\Install-Package morelinq -Version 1.1.1
<PackageReference Include="morelinq" Version="1.1.1" />
paket add morelinq --version 1.1.1
#r "nuget: morelinq, 1.1.1"
// Install morelinq as a Cake Addin #addin nuget:?package=morelinq&version=1.1.1 // Install morelinq as a Cake Tool #tool nuget:?package=morelinq&version=1.1.1
This project enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Index, MaxBy, MinBy, OrderedMerge, Pad, Pairwise, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDataTable, ToDelimitedString, ToHashSet, Trace, Zip, ZipLongest
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 |
Fixes issue with ToDataTable where static members of a type would be included in the default scenario.