morelinq 3.1.1
See the version list below for details.
Install-Package morelinq -Version 3.1.1
dotnet add package morelinq --version 3.1.1
<PackageReference Include="morelinq" Version="3.1.1" />
paket add morelinq --version 3.1.1
#r "nuget: morelinq, 3.1.1"
// Install morelinq as a Cake Addin
#addin nuget:?package=morelinq&version=3.1.1
// Install morelinq as a Cake Tool
#tool nuget:?package=morelinq&version=3.1.1
Usage
MoreLINQ can be used in one of two ways. The simplest is to just import the MoreLinq
namespace and all extension methods become instantly available for you to use on the types they extend. In some very rare instances, however, this cause conflicts with other libraries you may be using that incidentally also extend the same type with an identically named method and signature. This happened with MoreLINQ, for example, when Microsoft .NET Framework 4.0 introduced Zip
and MoreLINQ already had one. Starting with version 3.0 of MoreLINQ, you can reduce the potential for present (or even future) conflicts by individually importing just the extension methods you need using the static imports feature introduced in C# 6:
using static MoreLinq.Extensions.LagExtension;
using static MoreLinq.Extensions.LeadExtension;
In the example above, only the Lag
and Lead
extension methods will be available in scope.
Apart from extension methods, MoreLINQ also offers regular static method that generate (instead of operating on) sequences, like Unfold
, Random
, Sequence
and others. If you want to use these while statically importing other individual extension methods, you can do so via aliasing:
using static MoreLinq.Extensions.LagExtension;
using static MoreLinq.Extensions.LeadExtension;
using MoreEnumerable = MoreLinq.MoreEnumerable;
In the example above, Lag
and Lead
will be available as extension methods as well as all the regular static methods on MoreEnumerable
but without any of the extension methods offered by MoreEnumerable
.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.1
- System.ValueTuple (>= 4.4.0)
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- System.ValueTuple (>= 4.4.0)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (231)
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 |
|
Ecng.Collections
Ecng system 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. |
|
Ark.Tools.Core
Core language tools or utilities over dependencies |
GitHub repositories (40)
Showing the top 5 popular GitHub repositories that depend on morelinq:
Repository | Stars |
---|---|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
|
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, and DirectX bindings library your mother warned you about.
|
|
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.3.2 | 14,410,691 | 12/27/2019 |
3.3.1 | 173,118 | 12/13/2019 |
3.2.0 | 2,824,042 | 7/17/2019 |
3.1.1 | 1,553,942 | 4/5/2019 |
3.1.0 | 1,693,771 | 12/21/2018 |
3.0.0 | 1,870,831 | 6/29/2018 |
3.0.0-beta-2 | 4,634 | 5/17/2018 |
3.0.0-beta-1 | 11,057 | 4/10/2018 |
2.10.0 | 1,423,294 | 1/23/2018 |
2.9.0 | 373,355 | 12/22/2017 |
2.8.0 | 1,997,853 | 9/30/2017 |
2.7.0 | 237,277 | 8/31/2017 |
2.7.0-rc-1 | 1,039 | 8/28/2017 |
2.7.0-beta-1 | 1,452 | 8/23/2017 |
2.6.0 | 433,642 | 6/30/2017 |
2.5.0 | 145,687 | 5/31/2017 |
2.4.1 | 98,125 | 5/1/2017 |
2.4.0 | 5,458 | 4/30/2017 |
2.4.0-beta-02 | 1,873 | 4/21/2017 |
2.4.0-beta-01 | 2,372 | 4/13/2017 |
2.3.0 | 302,413 | 3/31/2017 |
2.2.0 | 184,421 | 2/24/2017 |
2.2.0-beta-1 | 1,254 | 2/19/2017 |
2.1.0 | 202,404 | 1/31/2017 |
2.0.0 | 229,735 | 12/23/2016 |
2.0.0-beta06 | 7,851 | 11/11/2016 |
2.0.0-beta05 | 14,145 | 9/28/2016 |
2.0.0-beta04 | 46,119 | 8/5/2016 |
2.0.0-beta03 | 35,394 | 2/18/2016 |
2.0.0-beta02 | 1,326 | 2/9/2016 |
2.0.0-beta01 | 1,289 | 2/1/2016 |
2.0.0-alpha01 | 41,219 | 6/27/2013 |
1.4.0 | 1,261,139 | 10/16/2015 |
1.3.0 | 30,431 | 10/2/2015 |
1.2.0 | 23,462 | 9/16/2015 |
1.1.1 | 199,432 | 5/19/2015 |
1.1.0 | 235,414 | 8/12/2014 |
1.0.16006 | 236,959 | 5/7/2013 |
1.0.15631-beta | 2,346 | 1/31/2013 |
1.0.15416-beta | 1,657 | 11/16/2012 |
1.0.11729-beta | 1,420 | 11/9/2012 |
1.0.0 | 77,187 | 6/3/2011 |