Fuaran.Core.Validator
0.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Fuaran.Core.Validator --version 0.2.1
NuGet\Install-Package Fuaran.Core.Validator -Version 0.2.1
<PackageReference Include="Fuaran.Core.Validator" Version="0.2.1" />
<PackageVersion Include="Fuaran.Core.Validator" Version="0.2.1" />
<PackageReference Include="Fuaran.Core.Validator" />
paket add Fuaran.Core.Validator --version 0.2.1
#r "nuget: Fuaran.Core.Validator, 0.2.1"
#:package Fuaran.Core.Validator@0.2.1
#addin nuget:?package=Fuaran.Core.Validator&version=0.2.1
#tool nuget:?package=Fuaran.Core.Validator&version=0.2.1
Fuaran.Core.Validator — the rule-family framework: defect record, severity, family registration, walker scaffolding, the PackRule (pack, ruleId) content-pack extension point, and the cross-host defect-code byte-parity discipline. All rule content stays domain-side. FSharp.Core only.
| 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
- FSharp.Core (>= 10.1.300)
- Fuaran.Core.Column (>= 0.2.1)
- Fuaran.Core.Tree (>= 0.2.1)
- Fuaran.Core.Wire (>= 0.2.1)
NuGet packages (37)
Showing the top 5 NuGet packages that depend on Fuaran.Core.Validator:
| Package | Downloads |
|---|---|
|
Fuaran.UI
Fuaran – AI-emittable F# UI language. An emission is bounded data over a closed vocabulary rather than code or markup, so a malformed tree is a typed refusal with a stable code and a path rather than a plausible-looking render. Fuaran.UI.WireLimits expresses the wire format's normative resource limits (node depth, JSON depth, string and array length, total node count) that keep a decode of untrusted input bounded. Apache-2.0 licensed. |
|
|
Fuaran.UI.Ops.Abstractions
Fuaran tree-op apply engine — the pure type contract (the TreeOp DU + ErrorPayload + ApplyHint, §4g). FSharp.Core-only and Fable-portable: the shared types every op-stream / telemetry / renderer consumer needs WITHOUT pulling in the apply engine + JSON decoder (which are themselves Fable-portable, but belong at the host seam rather than in every consumer's graph). Apache-2.0 licensed. |
|
|
Fuaran.UI.Ops
Fuaran tree-op apply engine — §4g op vocabulary + Result-returning apply against typed Node<'Msg> trees, with §4d AI-recovery-shaped error payloads. The JSON decoder is default-deny by shape: an undeclared or malformed emission is refused with a typed DecodeError carrying a stable code and a path, and a payload breaching the wire format's §21 resource limits is refused as LIMIT_EXCEEDED before the recursion that would breach them. Apache-2.0 licensed. |
|
|
Fuaran.UI.OpStream.Abstractions
Fuaran op-stream — type contract, canonical-JSON encoder, hash-chain primitive, and sink interface. The durable / replayable counterpart to the Fuaran.UI.Ops apply engine: every applied TreeOp surfaces as a hash-chained OpRecord against the configured IOpStreamSink. CanonicalJson.encodeNode doubles as the AI pre-emit self-check encoder (Fable-compatible). Apache-2.0 licensed. |
|
|
Fuaran.UI.Telemetry.Abstractions
Fuaran op-apply + authorizing-runtime-deny telemetry — type contract and sync fire-and-forget sink interface. The observability counterpart to the Fuaran.UI.Ops apply engine and the downstream orchestration tier's authorizing runtime: every applied op surfaces as an OpApplyTelemetry record; every denied tool call surfaces as a DenyTelemetry record. Hosts implement IFuaranTelemetrySink against their own observability backend; the default sinks live in Fuaran.UI.Telemetry.Default. Apache-2.0 licensed. |
GitHub repositories
This package is not used by any popular GitHub repositories.