Linq.Extras
1.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Linq.Extras --version 1.0.3
NuGet\Install-Package Linq.Extras -Version 1.0.3
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="Linq.Extras" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq.Extras --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Linq.Extras, 1.0.3"
#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 Linq.Extras as a Cake Addin #addin nuget:?package=Linq.Extras&version=1.0.3 // Install Linq.Extras as a Cake Tool #tool nuget:?package=Linq.Extras&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A set of helper and extension methods to complement the System.Linq namespace. NuGet 2.8.6 or later.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 0.0
- No dependencies.
-
.NETPlatform 5.0
- System.Collections (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
-
MonoAndroid 0.0
- No dependencies.
-
MonoTouch 0.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
UAP 0.0
- System.Collections (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
-
Windows 0.0
- No dependencies.
-
WindowsPhone 0.0
- No dependencies.
-
WindowsPhoneApp 0.0
- No dependencies.
-
Xamarin.iOS 0.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 63,502 | 11/11/2021 |
5.0.0-beta.1 | 2,803 | 6/23/2021 |
4.1.0 | 16,213 | 3/19/2021 |
4.0.0 | 12,521 | 7/19/2020 |
4.0.0-beta.1 | 288 | 7/18/2020 |
3.0.0 | 15,850 | 11/30/2019 |
2.0.0 | 13,735 | 12/7/2018 |
2.0.0-alpha.2 | 398 | 12/6/2018 |
2.0.0-alpha.1 | 377 | 12/6/2018 |
1.2.0 | 5,313 | 9/1/2018 |
1.1.0 | 227,321 | 3/21/2017 |
1.0.4 | 7,779 | 9/15/2015 |
1.0.3 | 5,871 | 8/1/2015 |
1.0.2 | 1,728 | 2/21/2015 |
1.0.1 | 1,502 | 11/29/2014 |
1.0.0 | 8,287 | 6/17/2014 |
- 1.0.3: fixed up NuGet package for compatibility with NuGet v3 and project.json (note: requires NuGet 2.8.6 or later)
- 1.0.2: added GroupUntilChanged and GroupUntilChangedBy
- 1.0.1: added ToArray and ToList with count parameter (perf optimization)
- 1.0.0: initial release