Calabonga.RulesValidator
1.2.2
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 Calabonga.RulesValidator --version 1.2.2
NuGet\Install-Package Calabonga.RulesValidator -Version 1.2.2
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="Calabonga.RulesValidator" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Calabonga.RulesValidator" Version="1.2.2" />
<PackageReference Include="Calabonga.RulesValidator" />
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 Calabonga.RulesValidator --version 1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Calabonga.RulesValidator, 1.2.2"
#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 Calabonga.RulesValidator@1.2.2
#: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=Calabonga.RulesValidator&version=1.2.2
#tool nuget:?package=Calabonga.RulesValidator&version=1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RuleValidator for entity validation base on custom rules
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.2
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Calabonga.RulesValidator:
| Package | Downloads |
|---|---|
|
Calabonga.RulesValidator.AspNetCore
RuleValidator for entity validation base on custom rules. And this is a helper for registration |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.1 | 257 | 10/22/2025 |
| 3.1.0 | 292 | 1/19/2025 |
| 3.0.0 | 285 | 1/16/2025 |
| 2.0.2 | 767 | 7/28/2023 |
| 2.0.1 | 290 | 7/26/2023 |
| 2.0.1-beta1 | 241 | 7/26/2023 |
| 2.0.0 | 1,648 | 11/10/2020 |
| 1.2.4 | 1,371 | 10/22/2019 |
| 1.2.3 | 1,205 | 10/17/2019 |
| 1.2.2 | 754 | 10/11/2019 |
| 1.2.1 | 712 | 10/9/2019 |
| 1.2.0 | 1,235 | 10/8/2019 |
| 1.1.1 | 1,163 | 10/3/2019 |
| 1.1.0 | 1,153 | 9/26/2019 |
| 1.0.5 | 1,227 | 9/17/2019 |
| 1.0.3 | 1,172 | 9/16/2019 |
| 1.0.2 | 745 | 9/16/2019 |
| 1.0.1 | 749 | 9/16/2019 |
| 1.0.0 | 1,575 | 9/16/2019 |
ValidationRules and RulesValidator improved. Extension added