ValidationEngine.Models
1.0.0
dotnet add package ValidationEngine.Models --version 1.0.0
NuGet\Install-Package ValidationEngine.Models -Version 1.0.0
<PackageReference Include="ValidationEngine.Models" Version="1.0.0" />
<PackageVersion Include="ValidationEngine.Models" Version="1.0.0" />
<PackageReference Include="ValidationEngine.Models" />
paket add ValidationEngine.Models --version 1.0.0
#r "nuget: ValidationEngine.Models, 1.0.0"
#:package ValidationEngine.Models@1.0.0
#addin nuget:?package=ValidationEngine.Models&version=1.0.0
#tool nuget:?package=ValidationEngine.Models&version=1.0.0
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 | Versions 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. |
-
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 |