MoreLinq.Portable 1.1.0

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

// Install MoreLinq.Portable as a Cake Tool
#tool nuget:?package=MoreLinq.Portable&version=1.1.0

This project is a PCL port of MoreLINQ that 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, ToDelimitedString, ToHashSet, Zip, ZipLongest

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 5,229 8/12/2014

This PCL version of MoreLINQ is identical to the .NET version, except:
* ToDataTable and Trace methods are omitted,
* SequenceException is not serializable.

PCL profile 328 is used, i.e. the following targets are supported:
* .NET Framework 4 and higher
* Windows 8 and higher
* Windows Phone 8.1
* Windows Phone Silverlight 8 and higher
* Silverlight 5
* Xamarin.Android
* Xamarin.iOS