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.
<PackageVersion Include="Linq.Extras" Version="1.0.3" />
<PackageReference Include="Linq.Extras" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Linq.Extras@1.0.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Linq.Extras&version=1.0.3
#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 | 81,137 | 11/11/2021 |
| 5.0.0-beta.1 | 2,934 | 6/23/2021 |
| 4.1.0 | 16,760 | 3/19/2021 |
| 4.0.0 | 18,429 | 7/19/2020 |
| 4.0.0-beta.1 | 445 | 7/18/2020 |
| 3.0.0 | 16,434 | 11/30/2019 |
| 2.0.0 | 14,464 | 12/7/2018 |
| 2.0.0-alpha.2 | 543 | 12/6/2018 |
| 2.0.0-alpha.1 | 545 | 12/6/2018 |
| 1.2.0 | 6,725 | 9/1/2018 |
| 1.1.0 | 230,640 | 3/21/2017 |
| 1.0.4 | 8,144 | 9/15/2015 |
| 1.0.3 | 6,208 | 8/1/2015 |
| 1.0.2 | 2,076 | 2/21/2015 |
| 1.0.1 | 2,036 | 11/29/2014 |
| 1.0.0 | 8,644 | 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