Orbyss.Forms.Submissions
0.2.0
dotnet add package Orbyss.Forms.Submissions --version 0.2.0
NuGet\Install-Package Orbyss.Forms.Submissions -Version 0.2.0
<PackageReference Include="Orbyss.Forms.Submissions" Version="0.2.0" />
<PackageVersion Include="Orbyss.Forms.Submissions" Version="0.2.0" />
<PackageReference Include="Orbyss.Forms.Submissions" />
paket add Orbyss.Forms.Submissions --version 0.2.0
#r "nuget: Orbyss.Forms.Submissions, 0.2.0"
#:package Orbyss.Forms.Submissions@0.2.0
#addin nuget:?package=Orbyss.Forms.Submissions&version=0.2.0
#tool nuget:?package=Orbyss.Forms.Submissions&version=0.2.0
Orbyss.Forms.Submissions
Optional provider-neutral form data collection for resumable drafts, immutable submissions and
quarantined attachments. Draft data is bound to an exact immutable FormRelease; final submission
performs authoritative server validation and snapshots only explicitly selected clean attachments.
Consumers select IFormSubmissionStore, IFormAttachmentStore, IFormAttachmentContentStore and
IFormAttachmentScanner implementations. RejectingFormAttachmentScanner is deliberately
fail-closed and is not a malware scanner. Production attachment use requires a real scanner.
Select OrbyssFormsSubmissionsFeature to register the default draft, migration, submission,
validation, review, and attachment services. Its default attachment policy and scanner both reject
all content; a host must explicitly register an allowlist policy and real scanner before activating
attachments.
The built-in filesystem adapter is appropriate for local/single-process operation. Multi-instance deployments should use transactional database/object-storage adapters that preserve the same optimistic concurrency, idempotency, audit, quarantine and immutable-submission contracts.
| 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
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.11)
- Orbyss.Forms.Abstractions (>= 0.2.0)
- Orbyss.Forms.Storage.Abstractions (>= 0.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.