Orbyss.Forms.Abstractions
0.2.0
dotnet add package Orbyss.Forms.Abstractions --version 0.2.0
NuGet\Install-Package Orbyss.Forms.Abstractions -Version 0.2.0
<PackageReference Include="Orbyss.Forms.Abstractions" Version="0.2.0" />
<PackageVersion Include="Orbyss.Forms.Abstractions" Version="0.2.0" />
<PackageReference Include="Orbyss.Forms.Abstractions" />
paket add Orbyss.Forms.Abstractions --version 0.2.0
#r "nuget: Orbyss.Forms.Abstractions, 0.2.0"
#:package Orbyss.Forms.Abstractions@0.2.0
#addin nuget:?package=Orbyss.Forms.Abstractions&version=0.2.0
#tool nuget:?package=Orbyss.Forms.Abstractions&version=0.2.0
Orbyss.Forms.Abstractions
Provider-neutral contracts for governed form definitions, compilation candidates, immutable releases, compatibility reports, authoring, lifecycle, and runtime queries. JSON Forms, AJV, editors, persistence, transports, and CShells activation belong in separate implementation packages. Forms publish translation requirements in their own language and do not reference a localization implementation.
Mutation contracts require an idempotency key, expected concurrency token where applicable, and an audit actor. Implementations must validate identifiers, bounds, lifecycle transitions, schema content, renderer/action allowlists, and authorization; these transport-friendly records do not make untrusted input safe by construction.
New authored conditions use FormCondition with typed scalar comparisons. Fields may declare
RequiredWhen or unconditional Required, plus ReadOnly; layout elements may declare
VisibleWhen and EnabledWhen. Validation and presentation remain independent. Existing serialized
FormVisibilityCondition definitions retain their legacy semantics.
Optional operational contracts distinguish partial draft validation from authoritative final submission validation. Drafts and submissions bind to an exact immutable release; access contexts are server-derived and owner-scoped unless a trusted administrative adapter explicitly broadens them. Attachment metadata never contains storage paths, and binary content remains unavailable until declaration, size, signature, and malware-scanner policies approve it.
| 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 (10)
Showing the top 5 NuGet packages that depend on Orbyss.Forms.Abstractions:
| Package | Downloads |
|---|---|
|
Orbyss.Forms.Storage.Abstractions
Replaceable immutable storage ports for published Orbyss Forms form releases. |
|
|
Orbyss.Forms.JsonForms
Default Orbyss Forms definition validation and deterministic compilation to JSON Schema and JSON Forms UI Schema. |
|
|
Orbyss.Forms.Management.Tool
Governed MCP tool methods for Orbyss Forms form authoring and release management. |
|
|
Orbyss.Forms.Web.Runtime
Endpoint-only CShells feature for immutable Orbyss Forms form runtime releases. |
|
|
Orbyss.Forms.Web.Management
Endpoint-only CShells feature for governed Orbyss Forms form management. |
GitHub repositories
This package is not used by any popular GitHub repositories.