LinqBridge.Embedded 1.3.0

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

// Install LinqBridge.Embedded as a Cake Tool
#tool nuget:?package=LinqBridge.Embedded&version=1.3.0

With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 4.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (31)

Showing the top 5 NuGet packages that depend on LinqBridge.Embedded:

Package Downloads
MoreLinq.Source.MoreEnumerable.Batch The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

C# source implementation that enhances LINQ to Objects with the method Batch. Batches the source sequence into sized buckets.

MoreLinq.Source.MoreEnumerable.MaxBy The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

C# source implementation that enhances LINQ to Objects with the method MaxBy. Returns the maximal element of the given sequence, based on the given projection.

MoreLinq.Source.MoreEnumerable.Pairwise The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

C# source implementation that enhances LINQ to Objects with the method Pairwise. Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element.

MoreLinq.Source.MoreEnumerable.MinBy The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

C# source implementation that enhances LINQ to Objects with the method MinBy. Returns the minimal element of the given sequence, based on the given projection.

MoreLinq.Source.MoreEnumerable.ForEach The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

C# source implementation that enhances LINQ to Objects with the method ForEach. Immediately executes the given action on each element in the source sequence.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 5,578 4/18/2012