Solidsoft.Reply.Parsers.Gs1Ai
1.0.2
See the version list below for details.
dotnet add package Solidsoft.Reply.Parsers.Gs1Ai --version 1.0.2
NuGet\Install-Package Solidsoft.Reply.Parsers.Gs1Ai -Version 1.0.2
<PackageReference Include="Solidsoft.Reply.Parsers.Gs1Ai" Version="1.0.2" />
paket add Solidsoft.Reply.Parsers.Gs1Ai --version 1.0.2
#r "nuget: Solidsoft.Reply.Parsers.Gs1Ai, 1.0.2"
// Install Solidsoft.Reply.Parsers.Gs1Ai as a Cake Addin #addin nuget:?package=Solidsoft.Reply.Parsers.Gs1Ai&version=1.0.2 // Install Solidsoft.Reply.Parsers.Gs1Ai as a Cake Tool #tool nuget:?package=Solidsoft.Reply.Parsers.Gs1Ai&version=1.0.2
This library provides a comprehensive validating parser for GS1 Application Identifiers (AIs). GS1 defines AIs as part of its general specifications. See GS1 General Specifications - Standards | GS1 The parser validates each AI against the format defined for that AI. It calls back into an Action for each AI reported to it. For each AI, parsed data is reported as a Resolved Entity object. Each Resolved Entity includes a collection of all errors reported while parsing the AI. The library depends on the Solidsoft.Reply.Parsers.Common library.
Validation Errors:
For each invalid AI, the parser may output a combination of one or more errors.
The following validation errors are supported:
2001
No data provided.
2002
Invalid application identifier {0}.
2003
Entity is incorrectly terminated with an FNC1.
2004
Fixed-width entity does not contain sufficient number of characters.
2005
The value{0} is invalid for AI {1}.
2006
No entity value provided for AI {0}.
2007
Validation for AI {0} timed out.
2008 - GS1 identifiers whose last digit is checksum
The value{0} has an invalid checksum.
2009 - GS1 identifiers with a checksum at position 13 followed by optional text
The value{0} has an invalid checksum.
2010 - GS1 identifiers with a checksum at position 14 followed by optional text
The value{0} has an invalid checksum.
2011
The implied decimal point position (inverse exponent) is specified incorrectly.
2100
The value{0} does not match the specified pattern for the data element.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Solidsoft.Reply.Parsers.Common (>= 1.0.1)
-
net6.0
- Solidsoft.Reply.Parsers.Common (>= 1.0.1)
-
net7.0
- Solidsoft.Reply.Parsers.Common (>= 1.0.1)
-
net8.0
- Solidsoft.Reply.Parsers.Common (>= 1.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Solidsoft.Reply.Parsers.Gs1Ai:
Package | Downloads |
---|---|
Solidsoft.Reply.Parsers.HighCapacityAidc
A library for parsing high-capacity ADC (Automatic Data Capture) media such as two-dimensional barcodes used in Automatic Identification and Data Capture (AIDC). The library supports the following international standards: ISO/IEC 15418:2016 - Information technology — Automatic identification and data capture techniques — GS1 Application Identifiers and ASC MH10 Data Identifiers and maintenance; ISO/IEC 15434:2019 - Information technology — Automatic identification and data capture techniques — Syntax for high-capacity ADC media. Latest Release Notes: -------------- 1) Updated to use latest version of GS1 Parser. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1) Updated to incorporate all relevant changes for GS1 General Specifications 2024.
2) Improved validation handling for IBAN, coupons, etc.
3) Extended target platform reach to .NET Standard 2.0, .NET 6.0, .NET 7.0 and .NET 8.0.