ValidationEngine.Models 1.0.0

dotnet add package ValidationEngine.Models --version 1.0.0
                    
NuGet\Install-Package ValidationEngine.Models -Version 1.0.0
                    
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="ValidationEngine.Models" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ValidationEngine.Models" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ValidationEngine.Models" />
                    
Project file
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 ValidationEngine.Models --version 1.0.0
                    
#r "nuget: ValidationEngine.Models, 1.0.0"
                    
#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 ValidationEngine.Models@1.0.0
                    
#: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=ValidationEngine.Models&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ValidationEngine.Models&version=1.0.0
                    
Install as a Cake Tool

ValidationEngine.Models

Shared domain and reporting contracts for the ValidationEngine standards validation suite.

What It Is

A thin, dependency-free NuGet library of data contracts — the common vocabulary shared by every other component in the suite. It is a library, not a runnable tool.

What It Does

Defines the shared domain and reporting contracts consumed by the core engine, reporting plug-ins, the AI-assisted Agent, and any custom consumer:

  • ValidationReport — the top-level result of a validation run.
  • RuleFinding — a single rule violation or manual-review item.
  • RunContext — metadata describing the repository/run that produced a report.
  • EngineError — a non-violation failure encountered by a validation tool.
  • RulePriority, ViolationSeverity, ValidationRunMode — supporting enums.

Its Modularity

This project intentionally has no dependency on ValidationEngine, ValidationEngine.Reporting, or ValidationEngine.Agent — it exists so that neither producers (the core engine, the Agent) nor consumers (reporting plug-ins, custom tooling) need to depend on each other directly. Any component that needs to produce or consume a ValidationReport only needs to reference this package.

How It Works

Producers (the core engine, the Agent) populate a ValidationReport with RuleFinding and EngineError entries as they evaluate rules. Consumers (renderer plug-ins such as ValidationEngine.Reporting, or custom tooling) read that same report to produce output, without any of these components needing to know about each other's implementation.

Installing

dotnet add package ValidationEngine.Models

License

MIT — see LICENSE.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ValidationEngine.Models:

Package Downloads
ValidationEngine.Reporting

Default Markdown and JSON report renderer plug-ins for the ValidationEngine standards validation suite. Reporting is a plug-in, not a required dependency — any consumer may supply its own IMarkdownReportRenderer/IJsonReportRenderer implementation instead.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 113 9/6/2026