![]() |
VOOZH | about |
dotnet add package Reo.Core.PredicateBuilder --version 10.0.210
NuGet\Install-Package Reo.Core.PredicateBuilder -Version 10.0.210
<PackageReference Include="Reo.Core.PredicateBuilder" Version="10.0.210" />
<PackageVersion Include="Reo.Core.PredicateBuilder" Version="10.0.210" />Directory.Packages.props
<PackageReference Include="Reo.Core.PredicateBuilder" />Project file
paket add Reo.Core.PredicateBuilder --version 10.0.210
#r "nuget: Reo.Core.PredicateBuilder, 10.0.210"
#:package Reo.Core.PredicateBuilder@10.0.210
#addin nuget:?package=Reo.Core.PredicateBuilder&version=10.0.210Install as a Cake Addin
#tool nuget:?package=Reo.Core.PredicateBuilder&version=10.0.210Install as a Cake Tool
Reo.Core.PredicateBuilder — это утилита для создания динамических предикатов, которые можно использовать в LINQ-запросах для фильтрации данных. Пакет упрощает работу с условиями, особенно при построении сложных фильтров, которые могут изменяться в зависимости от входных параметров. Основные функции включают:
Contains, StartsWith) с
учетом регистра.Install-Package Reo.Core.PredicateBuilder
dotnet add package Reo.Core.PredicateBuilder
Пакет не требует регистрации в DI-контейнере. Его можно использовать напрямую в коде, создавая экземпляры
PredicateBuilder и используя его методы.
var predicate = PredicateBuilder.CallStringMethodCaseInsensitive(
x => x.Name,
"test",
nameof(string.Contains)
);
var predicate = PredicateBuilder.GetIsNullOrWhiteSpaceExpression(
x => x.Description,
applyNegative: true
);
var predicate = PredicateBuilder.CallSelectorWithEnumerableContainsMethod(
x => x.Tags,
"Important",
applyNegative: false
);
var predicate = PredicateBuilder.GetIdComparisonExpression(
id: 123,
selectorBody: x => x.Id
);
Данный пакет распространяется под лицензией MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 4 NuGet packages that depend on Reo.Core.PredicateBuilder:
| Package | Downloads |
|---|---|
|
Reo.Core.Database
Package Description |
|
|
Reo.Core.DistributedCache
Package Description |
|
|
Reo.MnoApi.Sensors
Package Description |
|
|
Reo.Core.Events
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.210 | 0 | 6/18/2026 |
| 10.0.209 | 64 | 6/17/2026 |
| 10.0.208 | 67 | 6/17/2026 |
| 10.0.207 | 73 | 6/17/2026 |
| 10.0.206 | 71 | 6/17/2026 |
| 10.0.205 | 87 | 6/16/2026 |
| 10.0.204 | 81 | 6/16/2026 |
| 10.0.203 | 79 | 6/16/2026 |
| 10.0.202 | 80 | 6/16/2026 |
| 10.0.201 | 91 | 6/16/2026 |
| 10.0.200 | 89 | 6/16/2026 |
| 10.0.199 | 81 | 6/16/2026 |
| 10.0.198 | 82 | 6/16/2026 |
| 10.0.197 | 116 | 6/16/2026 |
| 10.0.196 | 101 | 6/16/2026 |
| 10.0.195 | 137 | 6/15/2026 |
| 10.0.194 | 134 | 6/15/2026 |
| 10.0.193 | 145 | 6/15/2026 |
| 10.0.192 | 174 | 6/11/2026 |
| 10.0.191 | 171 | 6/11/2026 |