Solidsoft.Reply.Gs1DigitalLinkLib
1.0.1
See the version list below for details.
dotnet add package Solidsoft.Reply.Gs1DigitalLinkLib --version 1.0.1
NuGet\Install-Package Solidsoft.Reply.Gs1DigitalLinkLib -Version 1.0.1
<PackageReference Include="Solidsoft.Reply.Gs1DigitalLinkLib" Version="1.0.1" />
paket add Solidsoft.Reply.Gs1DigitalLinkLib --version 1.0.1
#r "nuget: Solidsoft.Reply.Gs1DigitalLinkLib, 1.0.1"
// Install Solidsoft.Reply.Gs1DigitalLinkLib as a Cake Addin #addin nuget:?package=Solidsoft.Reply.Gs1DigitalLinkLib&version=1.0.1 // Install Solidsoft.Reply.Gs1DigitalLinkLib as a Cake Tool #tool nuget:?package=Solidsoft.Reply.Gs1DigitalLinkLib&version=1.0.1
This .NET library translates between GS1 element strings and GS1 Digital Link URIs. It includes reversible compression functions, as defined in the GS1 Digital Link standard. Please note the legal disclaimer that applies to all GS1 standards.
The GS1 Digital Link Library for .NET is a port of the GS1 Digital Link Compression Prototype, provided by GS1and written in JavaScript. This, in turn, is an extended version of the GS1 Digital Link Toolkit . To differentiate our .NET (C#) code from the GS1 Digital Link Toolkit, we’ve named it the ‘GS1 Digital Link Library for .NET’, deliberately dropping the term ‘Toolkit’ to avoid any misperception regarding its relationship to the GS1 Toolkit. There is no formal relationship. However, it provides a functional superset of the GS1 Digital Link Toolkit. In addition to supporting compression and decompression, the functionality has been streamlined and extended. It is presented in a form that naturally supports common .NET idioms.
Product | Versions 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 is compatible. 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. |
-
net8.0
- Solidsoft.Reply.Parsers.HighCapacityAidc (>= 1.0.12)
- System.Configuration.ConfigurationManager (>= 9.0.0)
-
net9.0
- Solidsoft.Reply.Parsers.HighCapacityAidc (>= 1.0.12)
- System.Configuration.ConfigurationManager (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1) Added new extension methods that convert a GS1 Digital Link URI into a structured representation of its contents. This is convenience method that performs a common task. It internally decompresses the URI, if required, and then performs an extended analysis to obtain the structured representation.
2) Fixed a minor issue with the Nuget package documentation.
3) Renamed the compressOtherKeyValuePaire parameters for several methods to compressNonGs1KeyValuePairs to improve method semantics.