Vergosity.Framework
4.1.0
dotnet add package Vergosity.Framework --version 4.1.0
NuGet\Install-Package Vergosity.Framework -Version 4.1.0
<PackageReference Include="Vergosity.Framework" Version="4.1.0" />
paket add Vergosity.Framework --version 4.1.0
#r "nuget: Vergosity.Framework, 4.1.0"
// Install Vergosity.Framework as a Cake Addin #addin nuget:?package=Vergosity.Framework&version=4.1.0 // Install Vergosity.Framework as a Cake Tool #tool nuget:?package=Vergosity.Framework&version=4.1.0
A .NET application framework to build amazing code. Create testable, extensible, and highly maintainable business logic. Includes a
rule and validation engine to process businss rules, poco validation, and business object validation. For more
information and sample applications, please visit www.buildmotion.com.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EntityFramework (>= 4.1.10715)
- T4Scaffolding (>= 1.0.8)
- T4Scaffolding.Core (>= 1.0.0)
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 |
---|---|---|
4.1.0 | 2,118 | 9/6/2014 |
4.0.0.3 | 1,439 | 8/26/2014 |
4.0.0.2 | 1,369 | 8/23/2014 |
4.0.0.1 | 1,400 | 8/8/2014 |
4.0.0 | 1,363 | 8/4/2014 |
3.0.0.5 | 1,398 | 7/3/2014 |
3.0.0.4 | 1,165 | 6/11/2014 |
3.0.0.3 | 1,176 | 5/30/2014 |
2.0.0.27 | 1,442 | 4/20/2014 |
2.0.0.26 | 1,397 | 3/10/2014 |
2.0.0.25 | 1,410 | 3/4/2014 |
2.0.0.24 | 1,485 | 3/4/2014 |
2.0.0.23 | 1,388 | 12/26/2013 |
2.0.0.22 | 1,895 | 9/23/2013 |
2.0.0.20 | 1,202 | 8/21/2013 |
2.0.0.19 | 1,180 | 8/9/2013 |
2.0.0.18 | 1,257 | 8/9/2013 |
2.0.0.17 | 1,238 | 8/9/2013 |
This release contains new Fluent API features for the Rule Engine. You can
add new rules to the ValidationContext using a fluent API syntax. Fixed issue with ExitOnFirstTrueEvaluation.