Orbyss.Localization.Formats
0.1.1
dotnet add package Orbyss.Localization.Formats --version 0.1.1
NuGet\Install-Package Orbyss.Localization.Formats -Version 0.1.1
<PackageReference Include="Orbyss.Localization.Formats" Version="0.1.1" />
<PackageVersion Include="Orbyss.Localization.Formats" Version="0.1.1" />
<PackageReference Include="Orbyss.Localization.Formats" />
paket add Orbyss.Localization.Formats --version 0.1.1
#r "nuget: Orbyss.Localization.Formats, 0.1.1"
#:package Orbyss.Localization.Formats@0.1.1
#addin nuget:?package=Orbyss.Localization.Formats&version=0.1.1
#tool nuget:?package=Orbyss.Localization.Formats&version=0.1.1
Orbyss.Localization.Formats
Bounded, mutation-free adapters for CSV, Orbyss Localization JSON, XLSX, XLIFF 2.1, and GNU PO imports and exports.
Each adapter converts untrusted bytes into the provider-neutral LocalizationImportDocument.
Catalog mutation remains the responsibility of the preview/apply coordinator, so parsing a file
can never bypass hash binding, optimistic concurrency, validation, review, or authorization.
Exports use deterministic ordering and content digests. CSV and XLSX carry structured scope columns; JSON carries the complete provider-neutral entry contract. PO and XLIFF exports require one explicit scope and one target locale so repeated keys cannot become ambiguous. XLSX emits text-only cells and never formulas or active content.
CSV is a lossless machine-interchange representation; spreadsheet software can interpret leading characters as formulas when opening CSV directly. Use the XLSX exporter for human spreadsheet workflows because it writes every cell explicitly as text.
XLSX support uses the platform ZIP/XML readers and does not execute formulas, macros, external relationships, links, or embedded objects. Consumers register only the adapter instances they want.
| 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.Abstractions (>= 0.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Orbyss.Localization.Formats:
| Package | Downloads |
|---|---|
|
Orbyss.Localization.Management
Provider-neutral localization authoring, validation, import, lifecycle, publication, and query orchestration. |
GitHub repositories
This package is not used by any popular GitHub repositories.