Orbyss.Localization.Storage.FileSystem
0.1.1
dotnet add package Orbyss.Localization.Storage.FileSystem --version 0.1.1
NuGet\Install-Package Orbyss.Localization.Storage.FileSystem -Version 0.1.1
<PackageReference Include="Orbyss.Localization.Storage.FileSystem" Version="0.1.1" />
<PackageVersion Include="Orbyss.Localization.Storage.FileSystem" Version="0.1.1" />
<PackageReference Include="Orbyss.Localization.Storage.FileSystem" />
paket add Orbyss.Localization.Storage.FileSystem --version 0.1.1
#r "nuget: Orbyss.Localization.Storage.FileSystem, 0.1.1"
#:package Orbyss.Localization.Storage.FileSystem@0.1.1
#addin nuget:?package=Orbyss.Localization.Storage.FileSystem&version=0.1.1
#tool nuget:?package=Orbyss.Localization.Storage.FileSystem&version=0.1.1
Orbyss.Localization.Storage.FileSystem
Atomic, content-verified filesystem storage for editable localization catalogs and immutable releases. Catalog documents retain durable command replay and append-only audit history, enforce optimistic versions, and have an explicit size ceiling. Release identifiers are SHA-256-mapped to filenames, payloads carry their own digest, and immutable content cannot be overwritten.
Writes are serialized within one process. Multi-instance deployments should select a transactional database adapter rather than share this filesystem adapter across processes. Its CShells feature registers the storage ports through DI without introducing ASP.NET Core or Host dependencies.
| 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.Localization.Storage.Abstractions (>= 0.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.