MoreLinq.Portable
2.0.0-beta01
Prefix Reserved
See the version list below for details.
dotnet add package MoreLinq.Portable --version 2.0.0-beta01
NuGet\Install-Package MoreLinq.Portable -Version 2.0.0-beta01
<PackageReference Include="MoreLinq.Portable" Version="2.0.0-beta01" />
paket add MoreLinq.Portable --version 2.0.0-beta01
#r "nuget: MoreLinq.Portable, 2.0.0-beta01"
// Install MoreLinq.Portable as a Cake Addin #addin nuget:?package=MoreLinq.Portable&version=2.0.0-beta01&prerelease // Install MoreLinq.Portable as a Cake Tool #tool nuget:?package=MoreLinq.Portable&version=2.0.0-beta01&prerelease
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
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MoreLinq.Portable:
Package | Downloads |
---|---|
Codecagon.Tools.AzureFunctions.OpenAPIGenerator
Package Description |
|
CBot.Modules.NewRelic
NewRelic module for CBot framework |
|
CustomTestingFramework.VisualStudioAdapter
Custom Testing Framework Visual Studio Adapter made for education purposes |
|
Hydrah
.NET Portable Class Library for generic service pooling. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta04 | 15,546 | 8/5/2016 |
2.0.0-beta03 | 1,224 | 2/18/2016 |
2.0.0-beta02 | 903 | 2/9/2016 |
2.0.0-beta01 | 965 | 2/1/2016 |
1.4.0 | 361,974 | 10/16/2015 |
1.3.0 | 3,315 | 10/2/2015 |
1.2.0 | 14,001 | 9/16/2015 |
1.1.0 | 57,896 | 8/12/2014 |
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, Windowed, ZipShortest. See also https://github.com/morelinq/MoreLINQ/wiki/API-Changes.
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