Metadata >> NuGet >> MoreLinq.Portable

MoreLinq.Portable

Metadata

Authors MoreLINQ Developers
Description 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
Language en-US
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Jon Skeet, Atif Aziz, Anders Gustafsson
ProjectUrl https://github.com/morelinq
ReleaseNotes Scan bug fix. See issue #97 for details. 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
RequireLicenseAcceptance False
Summary This project is a PCL port of MoreLINQ that enhances LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ.
Tags linq extensions
Title MoreLINQ (Portable)
PackageSize 153534
PackageHashAlgorithm SHA512
PackageHash uXNARw0VC6/GH5f/ypIIoy/kUb+SQ16HwaClypEr2zA+bkkNxWy9OIMkUAwgF9WgWRxhn6MQD/d1HIak7yBzig==
DownloadCount 000000
CreatedDate 2015-10-02T14:56:24

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install MoreLinq.Portable -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install MoreLinq.Portable -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package MoreLinq.Portable
Installing the package (HTTP Basic authentication):
Install-Package MoreLinq.Portable -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package MoreLinq.Portable -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package MoreLinq.Portable

OpenWrap

Installing the package:
o add-wrap MoreLinq.Portable
Uninstalling the package:
o remove-wrap MoreLinq.Portable

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.3.0
1.2.0
1.1.0