Solidsoft.Reply.Parsers.Common
1.0.3
dotnet add package Solidsoft.Reply.Parsers.Common --version 1.0.3
NuGet\Install-Package Solidsoft.Reply.Parsers.Common -Version 1.0.3
<PackageReference Include="Solidsoft.Reply.Parsers.Common" Version="1.0.3" />
<PackageVersion Include="Solidsoft.Reply.Parsers.Common" Version="1.0.3" />
<PackageReference Include="Solidsoft.Reply.Parsers.Common" />
paket add Solidsoft.Reply.Parsers.Common --version 1.0.3
#r "nuget: Solidsoft.Reply.Parsers.Common, 1.0.3"
#:package Solidsoft.Reply.Parsers.Common@1.0.3
#addin nuget:?package=Solidsoft.Reply.Parsers.Common&version=1.0.3
#tool nuget:?package=Solidsoft.Reply.Parsers.Common&version=1.0.3
This library provides commonality and abstraction for Solidsoft Reply parsers. It is specifically used by the base parsers provided for parsing barcode scanner data. These include the GS1 AI parser and the ANSI MH 10.8.2 DI parser.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. 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 was computed. 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. |
| .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
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Solidsoft.Reply.Parsers.Common:
| Package | Downloads |
|---|---|
|
Solidsoft.Reply.Parsers.Gs1Ai
A comprehensive validating parser for GS1 Application Identifiers (AIs). Latest Release Notes: -------------- This release contains minor breaking changes as well as new functionality. Please check existing code carefully to ensure that it continues to work as expected after upgrading. The following changes were made in this release. 1) Added support for new NHRN (Costa Rica Sanitary Register Number). AI 717 - see GSCN 25-199. 2) Added support for new GS1 AIs for activation of mobile communication devices onto cellular networks. AIs 8040, 8041, 8042 and 8043 - see GSCN 25-047. 3) Updated abbreviations for measures to UN ECE Recommendation 20 - see GSCN 25-081. 4) Fixed an issue concerning detection of elements that are incorrectly terminated with an FNC1 character. 5) Fixed an issue with enumeration of exceptions when calling ParseEx(). 6) Fixed an memory leak issue when calling ParseEx(). 7) Improved error handling to provide a more consistent approach to classifying errors as fatal or non-fatal. 8) Rationalised error and warning numbers. This is a potentially breaking change if existing code relies on specific error number values. 9) Consistent reporting of positions and offsets in resolved elements and exceptions. 10) Consistent use of the term 'element' instead of 'entity' to align better with GS1 terminology. NB., this is a breaking change. 11) Supplied missing translations for all official EU and EFTA languages. 12) Added support for parsing mulitple element string sequences in a single call to Parse(). 13) Implemented data relationship rules for certain AIs as per GS1 General Specifications. 14) Added support for parsing data elements represented is GS1 Human-Readable Information (HRI) format. 15) Provided improved and expanded documentation for the parser. See the project site on GitHub. |
|
|
Solidsoft.Reply.BarcodeScanner.Calibration
A library that calibrates application software to the combination of the barcode scanner configuration and OS keyboard layout. Latest Release Notes: -------------- The following changes were made in this release. 1) Fixed incompatibilitis between with versions for .NET 6.0 and .NET 7.0 or later. |
|
|
Solidsoft.Reply.Parsers.AnsiMhDi
A comprehensive validating parser for ANSI MH10.8.2 Data Identifiers (DIs). Latest Release Notes: -------------- The following changes were made in this release. 1) Updated to implement high-performance approach using low/zero-allocation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1) Updated ParserException class to hold data entity identifier.