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
                    
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="Orbyss.Forms.Abstractions" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Orbyss.Forms.Abstractions" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Orbyss.Forms.Abstractions" />
                    
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 Orbyss.Forms.Abstractions --version 0.2.0
                    
#r "nuget: Orbyss.Forms.Abstractions, 0.2.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 Orbyss.Forms.Abstractions@0.2.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=Orbyss.Forms.Abstractions&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Orbyss.Forms.Abstractions&version=0.2.0
                    
Install as a Cake Tool

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 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 (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.

Version Downloads Last Updated
0.2.0 62 9/12/2026
0.1.1 130 9/8/2026
0.1.0 123 9/8/2026