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 |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (259)
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 |
|
Lykke.Common
Lykke common tools and utilities |
|
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. |
|
Ark.Tools.Core
Core language tools or utilities over dependencies |
|
SheshaMobile.Modules.Facilities
The facilities module contains common functionality for browsing and viewing facilities |
GitHub repositories (45)
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 13. Targets Linux or Windows as host OS.
|
Version | Downloads | Last updated |
---|---|---|
3.4.1 | 38,570 | 3/9/2023 |
3.4.0 | 43,296 | 2/28/2023 |
3.3.2 | 23,816,029 | 12/27/2019 |
3.3.1 | 196,775 | 12/13/2019 |
3.2.0 | 3,265,325 | 7/17/2019 |
3.1.1 | 1,801,362 | 4/5/2019 |
3.1.0 | 2,016,119 | 12/21/2018 |
3.0.0 | 2,162,311 | 6/29/2018 |
3.0.0-beta-2 | 4,761 | 5/17/2018 |
3.0.0-beta-1 | 11,207 | 4/10/2018 |
2.10.0 | 1,823,064 | 1/23/2018 |
2.9.0 | 477,967 | 12/22/2017 |
2.8.0 | 2,631,036 | 9/30/2017 |
2.7.0 | 268,444 | 8/31/2017 |
2.7.0-rc-1 | 1,089 | 8/28/2017 |
2.7.0-beta-1 | 1,591 | 8/23/2017 |
2.6.0 | 478,930 | 6/30/2017 |
2.5.0 | 169,867 | 5/31/2017 |
2.4.1 | 104,156 | 5/1/2017 |
2.4.0 | 7,363 | 4/30/2017 |
2.4.0-beta-02 | 1,945 | 4/21/2017 |
2.4.0-beta-01 | 2,432 | 4/13/2017 |
2.3.0 | 320,360 | 3/31/2017 |
2.2.0 | 197,369 | 2/24/2017 |
2.2.0-beta-1 | 1,309 | 2/19/2017 |
2.1.0 | 231,060 | 1/31/2017 |
2.0.0 | 276,174 | 12/23/2016 |
2.0.0-beta06 | 7,918 | 11/11/2016 |
2.0.0-beta05 | 15,865 | 9/28/2016 |
2.0.0-beta04 | 59,624 | 8/5/2016 |
2.0.0-beta03 | 37,654 | 2/18/2016 |
2.0.0-beta02 | 1,412 | 2/9/2016 |
2.0.0-beta01 | 1,359 | 2/1/2016 |
2.0.0-alpha01 | 43,520 | 6/27/2013 |
1.4.0 | 1,416,837 | 10/16/2015 |
1.3.0 | 31,822 | 10/2/2015 |
1.2.0 | 24,773 | 9/16/2015 |
1.1.1 | 223,037 | 5/19/2015 |
1.1.0 | 262,222 | 8/12/2014 |
1.0.16006 | 260,459 | 5/7/2013 |
1.0.15631-beta | 2,426 | 1/31/2013 |
1.0.15416-beta | 1,738 | 11/16/2012 |
1.0.11729-beta | 1,487 | 11/9/2012 |
1.0.0 | 87,879 | 6/3/2011 |
Fixes issue with ToDataTable where static members of a type would be included in the default scenario.