International.EInvoicing.Core 1.1.0

dotnet add package International.EInvoicing.Core --version 1.1.0
                    
NuGet\Install-Package International.EInvoicing.Core -Version 1.1.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="International.EInvoicing.Core" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="International.EInvoicing.Core" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="International.EInvoicing.Core" />
                    
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 International.EInvoicing.Core --version 1.1.0
                    
#r "nuget: International.EInvoicing.Core, 1.1.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 International.EInvoicing.Core@1.1.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=International.EInvoicing.Core&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=International.EInvoicing.Core&version=1.1.0
                    
Install as a Cake Tool

International.EInvoicing.Core

Core building blocks shared by every International.EInvoicing package.

  • the EN 16931 canonical invoice model,
  • the Field<T> value system, which keeps the raw text and XML attributes of every field alongside the typed value,
  • the diagnostic engine — readers never throw on untrusted input, they report,
  • the format/profile/country registry used to plug in your own readers, writers, profiles and rules,
  • hardened XML plumbing (XXE and entity-expansion safe by construction).

Full documentation: https://github.com/Epic-Dice-Studio/International.EInvoicing

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on International.EInvoicing.Core:

Package Downloads
International.EInvoicing.Validation.Schematron

Runs official Schematron rule sets against invoices, as data rather than as generated code, so a rule set stays correct when its publisher revises it. Includes the XPath subset the published artefacts actually use, with exact decimal arithmetic.

International.EInvoicing.Cii

Reads and writes UN/CEFACT Cross Industry Invoice (D22B) documents for International.EInvoicing, mapping them to and from the EN 16931 canonical model while preserving the raw text of every field. CII is the syntax of Factur-X, ZUGFeRD and XRechnung CII.

International.EInvoicing.Ubl

Reads and writes OASIS UBL 2.1 invoices and credit notes for International.EInvoicing, mapping them to and from the EN 16931 canonical model while preserving the raw text of every field.

International.EInvoicing.Cdar

Reads and writes UN/CEFACT Cross Domain Acknowledgement and Response messages: the lifecycle statuses that say what happened to an invoice after it was sent. Generic by design, so a national profiling it does not know still parses.

International.EInvoicing.OrderX

Reads and writes Order-X: the Franco-German order, order change and order response, published by FNFE-MPE and FeRD on the UN/CEFACT Cross Industry Order message. The same family as Factur-X, one document earlier in the chain.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 670 9/7/2026
1.0.1-alpha.0.3 234 9/7/2026
1.0.1-alpha.0.2 227 9/7/2026
1.0.1-alpha.0.1 210 9/7/2026
1.0.0 621 9/5/2026
0.1.0-preview.1.107 198 9/5/2026
0.1.0-preview.1.106 199 9/4/2026
0.1.0-preview.1.105 199 9/4/2026
0.1.0-preview.1.104 186 9/4/2026
0.1.0-preview.1.103 198 9/4/2026
0.1.0-preview.1.102 203 9/3/2026
0.1.0-preview.1.101 198 9/3/2026
0.1.0-preview.1.96 214 9/3/2026
0.1.0-preview.1.95 196 9/3/2026
0.1.0-preview.1.94 193 9/3/2026
0.1.0-preview.1.93 192 9/3/2026
0.1.0-preview.1.92 193 9/3/2026
0.1.0-preview.1.91 188 9/3/2026
0.1.0-preview.1.90 190 9/3/2026
0.1.0-preview.1.89 188 9/3/2026
Loading failed