NinjaNye.SearchExtensions
3.0.1
Install-Package NinjaNye.SearchExtensions -Version 3.0.1
dotnet add package NinjaNye.SearchExtensions --version 3.0.1
<PackageReference Include="NinjaNye.SearchExtensions" Version="3.0.1" />
paket add NinjaNye.SearchExtensions --version 3.0.1
#r "nuget: NinjaNye.SearchExtensions, 3.0.1"
// Install NinjaNye.SearchExtensions as a Cake Addin
#addin nuget:?package=NinjaNye.SearchExtensions&version=3.0.1
// Install NinjaNye.SearchExtensions as a Cake Tool
#tool nuget:?package=NinjaNye.SearchExtensions&version=3.0.1
A collection of extension methods to IQueryable and IEnumerable that enable easy searching and ranking. Searches can be performed against multiple properties and support a wide range of types
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- System.Linq.Queryable (>= 4.3.0)
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- System.Linq.Queryable (>= 4.3.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on NinjaNye.SearchExtensions:
Package | Downloads |
---|---|
NinjaNye.SearchExtensions.Levenshtein
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Levenshtein searches |
|
NinjaNye.SearchExtensions.Soundex
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Soundex searches |
|
LShared.Frameworks
Package Description |
|
LevelB.Arch.Core
LevelB.Arch.Core |
|
NiuX.Common
csharp common, utils, helpers, tools etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 344,840 | 6/17/2019 |
3.0.0 | 18,974 | 2/4/2019 |
2.2.0 | 63,342 | 7/25/2017 |
2.1.0 | 13,185 | 4/1/2017 |
2.0.6149.33145 | 26,961 | 11/1/2016 |
1.8.6091.39511 | 8,742 | 9/4/2016 |
1.8.6017.41438 | 24,680 | 6/22/2016 |
1.8.5964.15074 | 3,446 | 4/30/2016 |
1.7.5798.38367 | 10,014 | 11/16/2015 |
1.7.5787.330 | 1,118 | 11/5/2015 |
1.7.5772.14200 | 1,122 | 10/21/2015 |
1.6.5770.26922 | 1,108 | 10/19/2015 |
1.6.5730.33279 | 1,415 | 9/9/2015 |
1.6.5728.37462 | 1,129 | 9/7/2015 |
1.6.5728.32066 | 1,095 | 9/7/2015 |
1.5.5534.18628 | 2,469 | 2/25/2015 |
1.5.5530.18650 | 1,614 | 2/21/2015 |
1.4.5498.15595 | 1,152 | 2/1/2015 |
1.4.5486.43014 | 1,260 | 1/8/2015 |
1.3.5442.26596 | 1,353 | 11/25/2014 |
1.2.5422.24040 | 1,388 | 11/5/2014 |
1.2.5422.16576 | 1,374 | 11/5/2014 |
1.1.5407.24264 | 1,181 | 10/21/2014 |
1.0.5395.16422 | 3,278 | 10/9/2014 |
0.6.5193.24776 | 1,642 | 3/21/2014 |
0.5.5177.27576 | 1,272 | 3/5/2014 |
0.3.5151.18033 | 1,221 | 2/7/2014 |
0.3.5135.18099 | 1,236 | 1/22/2014 |
0.3.5134.23812 | 1,202 | 1/21/2014 |
0.3.5134.23721 | 1,211 | 1/21/2014 |
0.2.5130.16514 | 1,232 | 1/17/2014 |
0.1.5050.16271 | 1,169 | 10/30/2013 |
0.1.5050.16268 | 966 | 10/29/2013 |
NinjaNye.SearchExtensions library. Now built with dotnet core support (netstandard 1.0)